|
SELKIELogger
1.0.0
|
Channel statistics. More...

Public Attributes | |
| unsigned int | count |
| Number of messages received. | |
| uint32_t | lastTimestamp |
| Timestamp of last received message. | |
| msg_t * | lastMessage |
| Last message received. | |
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.