1 #ifndef __ASSETMGRMODEL_ASSETSTRIP_LOGGER_IDL__ 2 #define __ASSETMGRMODEL_ASSETSTRIP_LOGGER_IDL__ 4 #include <AssetStrip.idl> 17 constant
int NO_ERROR = 0;
18 constant
int ERR_INVALID_PARAM = 1;
37 ASSET_STRIP_STATE_CHANGED
76 int getRecords(out vector<Record> records, in
int id, in
int count);
Asset Strip Logger interface.
Definition: AssetStripLogger.idl:12
An asset tag has been disconnected.
Definition: AssetStripLogger.idl:36
int rackUnitPosition
Rack unit position, -1 if unknown.
Definition: AssetStripLogger.idl:48
RecordType type
Entry type.
Definition: AssetStripLogger.idl:45
Log record structure.
Definition: AssetStripLogger.idl:43
int slotNumber
Blade extension slot number, -1 if unknown, 0 is main strip, >0 is blade.
Definition: AssetStripLogger.idl:49
Log information structure.
Definition: AssetStripLogger.idl:23
int totalEventCount
Total number of events logged.
Definition: AssetStripLogger.idl:27
int capacity
Maximum number of entries in the record ring buffer.
Definition: AssetStripLogger.idl:24
int rackUnitNumber
Rack unit number (0-based), -1 if unknown.
Definition: AssetStripLogger.idl:47
int oldestRecord
Pointer to the oldest log entry; -1 if the log is empty.
Definition: AssetStripLogger.idl:25
int assetStripNumber
Asset strip number (0-based), -1 if unknown.
Definition: AssetStripLogger.idl:46
An asset tag has been connected.
Definition: AssetStripLogger.idl:35
time timestamp
Time of log entry creation.
Definition: AssetStripLogger.idl:44
State
AssetStrip state
Definition: AssetStrip.idl:29
string parentBladeId
ID of the parent blade extension tag in case slotNumber>0, empty otherwise.
Definition: AssetStripLogger.idl:51
The log record is empty.
Definition: AssetStripLogger.idl:34
string tagId
The ID of the asset management tag, empty if unknown.
Definition: AssetStripLogger.idl:50
AssetStrip_2_0_4::State state
Asset strip state.
Definition: AssetStripLogger.idl:52
Asset Management Model.
Definition: AssetStrip.idl:10
RecordType
Log record type.
Definition: AssetStripLogger.idl:33
int newestRecord
Pointer to the newest log entry; -1 if the log is empty.
Definition: AssetStripLogger.idl:26
Asset Management Strip interface.
Definition: AssetStrip.idl:12