import "bulkDataSender.idl";
Inheritance diagram for bulkdata::BulkDataSender:
Public Member Functions | |
void | connect (in BulkDataReceiver receiver) raises (ACSBulkDataError::AVConnectErrorEx) |
void | disconnect () raises (ACSBulkDataError::AVDisconnectErrorEx) |
void | startSend () raises (ACSBulkDataError::AVStartSendErrorEx) |
void | paceData () raises (ACSBulkDataError::AVPaceDataErrorEx) |
void | stopSend () raises (ACSBulkDataError::AVStopSendErrorEx) |
|
Initializes the TAO A/V, and creates the Sender Stream End Point and Flow End Point. It retrieves the Receiver Stream End Point and binds the two streams.
|
|
Disconnect // TBD
|
|
Sends data to the Receiver calling the receive_frame() method on the Receiver side. This method must be overriden by the user to send his own data.
|
|
Calls the Receiver handle_start() method once the connection is established.
|
|
Calls the Receiver handle_stop() method.
|