SELKIELogger  1.0.0
channel_stats Struct Reference

Channel statistics. More...

Collaboration diagram for channel_stats:

Public Attributes

unsigned int count
 Number of messages received.
 
uint32_t lastTimestamp
 Timestamp of last received message.
 
msg_tlastMessage
 Last message received.
 

Detailed Description

Channel statistics.

Allocated as an array in Logger.c:main(), and used to track number of messages of each source/channel seen and the system timestamp associated with the most recent message.

Definition at line 102 of file Logger.h.in.


The documentation for this struct was generated from the following file: