Public Member Functions

demo::SupplierComp Interface Reference

import "EventComponent.idl";

Inheritance diagram for demo::SupplierComp:
Inheritance graph
[legend]
Collaboration diagram for demo::SupplierComp:
Collaboration graph
[legend]

List of all members.

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)

Member Function Documentation

void demo::SupplierComp::sendEvents ( in short  numEvents  ) 
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 files: