Struct STopicMon
Contents
Struct STopicMon#
Defined in File ecal_monitoring_struct.h
Struct Documentation#
-
struct STopicMon#
Public Functions
-
inline STopicMon()#
Public Members
-
int rclock#
registration clock (heart beat)
-
int hid#
host id
-
std::string hname#
host name
-
int pid#
process id
-
std::string pname#
process name
-
std::string uname#
unit name
-
std::string tid#
topic id
-
std::string tname#
topic name
-
std::string direction#
direction (publisher, subscriber)
-
std::string ttype#
topic type (protocol)
-
std::string tdesc#
topic description (protocol descriptor)
-
int tsize#
topic size
-
bool tlayer_ecal_udp_mc#
transport layer udp active
-
bool tlayer_ecal_shm#
transport layer shm active
-
bool tlayer_ecal_tcp#
transport layer tcp active
-
bool tlayer_inproc#
transport layer inproc active
-
int connections_loc#
number of local connected entities
-
int connections_ext#
number of external connected entities
-
long long message_drops#
dropped messages
-
long long did#
data send id (publisher setid)
-
long long dclock#
data clock (send / receive action)
-
long dfreq#
data frequency (send / receive samples per second) [mHz]
-
std::map<std::string, std::string> attr#
generic topic description
-
inline STopicMon()#