Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Log information structure. More...
Public Attributes | |
int | capacity |
Maximum number of entries in the record ring buffer. More... | |
int | oldestRecord |
Pointer to the oldest log entry; -1 if the log is empty. More... | |
int | newestRecord |
Pointer to the newest log entry; -1 if the log is empty. More... | |
int | totalEventCount |
Total number of events logged. More... | |
Log information structure.
Definition at line 28 of file AssetStripLogger.idl.
int assetmgrmodel::AssetStripLogger::Info::capacity |
Maximum number of entries in the record ring buffer.
Definition at line 29 of file AssetStripLogger.idl.
int assetmgrmodel::AssetStripLogger::Info::newestRecord |
Pointer to the newest log entry; -1 if the log is empty.
Definition at line 31 of file AssetStripLogger.idl.
int assetmgrmodel::AssetStripLogger::Info::oldestRecord |
Pointer to the oldest log entry; -1 if the log is empty.
Definition at line 30 of file AssetStripLogger.idl.
int assetmgrmodel::AssetStripLogger::Info::totalEventCount |
Total number of events logged.
Definition at line 32 of file AssetStripLogger.idl.