|
BulkDataSenderEx1Impl − |
|
#include <bulkDataSenderEx1Impl.h> Inherits BulkDataSenderImpl. |
|
Public Member Functions |
|
BulkDataSenderEx1Impl (const ACE_CString &name, maci::ContainerServices *containerServices) |
|
virtual ~BulkDataSenderEx1Impl () |
|
virtual void startSend () |
|
virtual void paceData () |
|
virtual void stopSend () |
|
BulkDataSenderEx1Impl::BulkDataSenderEx1Impl (const ACE_CString & name, maci::ContainerServices * containerServices) Constructor |
|
Parameters: |
|
poa poa which will activate this and also all
other components |
|
virtual BulkDataSenderEx1Impl::~BulkDataSenderEx1Impl () [virtual] Destructor |
|
virtual void BulkDataSenderEx1Impl::paceData () [virtual] 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. |
|
Parameters: |
|
size buffer size of the sent data. |
|
Exceptions: |
|
ACSBulkDataError::AVPaceDataErrorEx |
|
Returns: |
|
void |
|
Implements BulkDataSenderImpl< TSenderCallback >. |
|
virtual void BulkDataSenderEx1Impl::startSend () [virtual] Calls the Receiver handle_start() method once the connection is established. |
|
Exceptions: |
|
ACSBulkDataError::AVStartSendErrorEx |
|
Returns: |
|
void |
|
Implements BulkDataSenderImpl< TSenderCallback >. |
|
virtual void BulkDataSenderEx1Impl::stopSend () [virtual] Calls the Receiver handle_stop() method. |
|
Exceptions: |
|
ACSBulkDataError::AVStopSendErrorEx |
|
Returns: |
|
void |
|
Implements BulkDataSenderImpl< TSenderCallback >. |
|
Generated automatically by Doxygen for ACS-2015.6 C++ API from the source code. |