Class msg_tracking_map

Inheritance Relationships

Base Types

  • public rer::client< msg_tracking_map >

  • private rpdecorator::decorator< std::map< std::string, msg_tracking_map_value > >

Class Documentation

class msg_tracking_map : public rer::client<msg_tracking_map>, private rpdecorator::decorator<std::map<std::string, msg_tracking_map_value>>

Maps a collector name to the (# of metric packets received, list of missing packets) pair.

Public Functions

inline msg_tracking_map(void)
void init(const std::string &key)
RCPPSW_WRAP_DECLDEF(operator[])
void reset(const std::string &key)
void update_on_receive(const std::string &key, int recived_seq)