ALMA Computing Group

demo::SupplierComp Interface Reference

import "EventComponent.idl";

List of all members.

Public Member Functions

void sendEvents (in short numEvents) raises (ACSErrTypeCommon::CouldntPerformActionEx)
 Sends 'temperatureDataBlockEvent' events on the 'fridge' channel (event and channel defined in module acsexmpl).
void sendEventsSpecial (in FRIDGE::FridgeControl::NestedFridgeEventSeq eventData) raises (ACSErrTypeCommon::CouldntPerformActionEx)
 Sends the given sequence of 'NestedFridgeEvent's on the 'fridge' channel.


Member Function Documentation

void demo::SupplierComp::sendEvents in short  numEvents  )  raises (ACSErrTypeCommon::CouldntPerformActionEx)
 

Sends 'temperatureDataBlockEvent' events on the 'fridge' channel (event and channel defined in module acsexmpl).

void demo::SupplierComp::sendEventsSpecial in FRIDGE::FridgeControl::NestedFridgeEventSeq  eventData  )  raises (ACSErrTypeCommon::CouldntPerformActionEx)
 

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.


The documentation for this interface was generated from the following file: