import "EventComponent.idl";
Inheritance diagram for demo::SupplierComp:
Public Member Functions | |
void | sendEvents (in short numEvents) |
void | sendEvents (in short numEvents) raises (ACSErrTypeCommon::CouldntPerformActionEx) |
void | sendEventsSpecial (in FRIDGE::FridgeControl::NestedFridgeEventSeq eventData) raises (ACSErrTypeCommon::CouldntPerformActionEx) |
|
Sends 'temperatureDataBlockEvent' events on the 'fridge' channel (event and channel defined in module acsexmpl). |
|
|
|
Sends the given sequence of 'NestedFridgeEvent's on the 'fridge' channel. This method used an IDL event struct that is defined inside the IDL interface, to probe namespace/package issues. |