BulkDataSenderImpl< TSenderCallback > Class Template Reference
#include <bulkDataSenderImpl.h>
List of all members.
template<class TSenderCallback = BulkDataSenderDefaultCallback>
class BulkDataSenderImpl< TSenderCallback >
Constructor & Destructor Documentation
template<class TSenderCallback = BulkDataSenderDefaultCallback>
Constructor
- Parameters:
-
| poa | poa which will activate this and also all other components |
| name | component name |
template<class TSenderCallback = BulkDataSenderDefaultCallback>
Member Function Documentation
template<class TSenderCallback = BulkDataSenderDefaultCallback>
Called after the last functional call to the component has finished. The component should then orderly release resources etc. If this method is overwritten in a subclass, the developer has to make sure that all cleanup performed by the implementation of the base class take place. The best way to do this is to call the implementation of the base itself explicitly, as would be done implicitly in a destructor chain.
- Returns:
- void
Reimplemented from acscomponent::ACSComponentImpl.
Reimplemented in BulkDataSenderDistrImpl< TSenderCallback >.
template<class TSenderCallback = BulkDataSenderDefaultCallback>
virtual void BulkDataSenderImpl< TSenderCallback >::connect |
( |
bulkdata::BulkDataReceiver_ptr |
receiverObj_p |
) |
[virtual] |
Negotiate and initialize connection with the Sender object.
- Parameters:
-
| receiver | reference of the Receiver Component. |
- Exceptions:
-
| ACSBulkDataError::AVConnectErrorEx | |
- Returns:
- void
template<class TSenderCallback = BulkDataSenderDefaultCallback>
- Exceptions:
-
| ACSBulkDataError::AVDisconnectErrorEx | |
template<class TSenderCallback = BulkDataSenderDefaultCallback>
template<class TSenderCallback = BulkDataSenderDefaultCallback>
template<class TSenderCallback = BulkDataSenderDefaultCallback>
template<class TSenderCallback = BulkDataSenderDefaultCallback>
Member Data Documentation
template<class TSenderCallback = BulkDataSenderDefaultCallback>
Pointer to the dataProtocol on which the send_frame(...) method is called in order to actually send data.
template<class TSenderCallback = BulkDataSenderDefaultCallback>
template<class TSenderCallback = BulkDataSenderDefaultCallback>
The documentation for this class was generated from the following file: