Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Public Attributes | |
int | samplePeriod |
Sample interval in milliseconds. More... | |
int | maxTotalRecords |
Maximum supported number of log records (number of logged sensors multiplied by log capacity) More... | |
int | effectiveCapacity |
Effective log capacity; may be lower than the setting to meet the maxTotalRecords limit. More... | |
int | oldestRecId |
ID of oldest record in buffer (0 if empty) More... | |
int | newestRecId |
ID of newest record in buffer (0 if empty) More... | |
Sensor logger info.
Definition at line 34 of file SensorLogger.idl.
int sensors::Logger::Info::effectiveCapacity |
Effective log capacity; may be lower than the setting to meet the maxTotalRecords limit.
Definition at line 38 of file SensorLogger.idl.
int sensors::Logger::Info::maxTotalRecords |
Maximum supported number of log records (number of logged sensors multiplied by log capacity)
Definition at line 36 of file SensorLogger.idl.
int sensors::Logger::Info::newestRecId |
ID of newest record in buffer (0 if empty)
Definition at line 41 of file SensorLogger.idl.
int sensors::Logger::Info::oldestRecId |
ID of oldest record in buffer (0 if empty)
Definition at line 40 of file SensorLogger.idl.
int sensors::Logger::Info::samplePeriod |
Sample interval in milliseconds.
Definition at line 35 of file SensorLogger.idl.