6#ifndef __DSAMMANAGER_IDL__
7#define __DSAMMANAGER_IDL__
9#include <DsamDevice.idl>
10#include <UserEvent.idl>
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.
Event that is send when a DSAM module has been attached.
DsamDevice::Info info
DSAM info.
DsamDevice device
DSAM device.
Event that is send when a DSAM controller has been reset or recovery is in progress.
string resetReason
reset reason (only set when reset is true)
int dsamNumber
DSAM number (1-based)
boolean reset
true if controller was reset; false if recovery started
Event that is send when a DSAM module has been removed.
DsamDevice::Info info
DSAM info.
Common base for all events.