6 #ifndef __DSAMMANAGER_IDL__
7 #define __DSAMMANAGER_IDL__
9 #include <DsamDevice.idl>
10 #include <UserEvent.idl>
DSAM device interface.
Definition: DsamDevice.idl:14
DSAM manager interface.
Definition: DsamManager.idl:15
DsamDevice::FirmwareVersion getFirmwareUpdateFileVersion()
Get the version of the firmware file provided with the device that will be installed on the DSAM eith...
map< int, DsamDevice > getDsamDevices()
Retrieve the current DSAM devices.
Basic IDL definitions.
Definition: Event.idl:10
Firmware version.
Definition: DsamDevice.idl:20
DSAm device info.
Definition: DsamDevice.idl:26
Event that is send when a DSAM module has been attached.
Definition: DsamManager.idl:18
DsamDevice::Info info
DSAM info.
Definition: DsamManager.idl:19
DsamDevice device
DSAM device.
Definition: DsamManager.idl:20
Event that is send when a DSAM controller has been reset or recovery is in progress.
Definition: DsamManager.idl:29
string resetReason
reset reason (only set when reset is true)
Definition: DsamManager.idl:32
int dsamNumber
DSAM number (1-based)
Definition: DsamManager.idl:30
boolean reset
true if controller was reset; false if recovery started
Definition: DsamManager.idl:31
Event that is send when a DSAM module has been removed.
Definition: DsamManager.idl:24
DsamDevice::Info info
DSAM info.
Definition: DsamManager.idl:25
Common base for all events.
Definition: Event.idl:13