Orocos Real-Time Toolkit  2.9.0
Public Member Functions | Public Attributes | List of all members
RTT::SendHandleC::E::OperationKeeper Struct Reference

This is a custom deleter that blocks on an asynchronous operation. More...

Public Member Functions

 OperationKeeper (DataSource< SendStatus >::shared_ptr s, AssignableDataSource< bool >::shared_ptr b)
 
 ~OperationKeeper ()
 

Public Attributes

DataSource< SendStatus >::shared_ptr ms
 
AssignableDataSource< bool >::shared_ptr mb
 
bool autocollect
 

Detailed Description

This is a custom deleter that blocks on an asynchronous operation.

Definition at line 81 of file SendHandleC.cpp.

Constructor & Destructor Documentation

RTT::SendHandleC::E::OperationKeeper::OperationKeeper ( DataSource< SendStatus >::shared_ptr  s,
AssignableDataSource< bool >::shared_ptr  b 
)
inline

Definition at line 86 of file SendHandleC.cpp.

RTT::SendHandleC::E::OperationKeeper::~OperationKeeper ( )
inline

Member Data Documentation

bool RTT::SendHandleC::E::OperationKeeper::autocollect

Definition at line 85 of file SendHandleC.cpp.

AssignableDataSource<bool>::shared_ptr RTT::SendHandleC::E::OperationKeeper::mb

Definition at line 84 of file SendHandleC.cpp.

DataSource<SendStatus>::shared_ptr RTT::SendHandleC::E::OperationKeeper::ms

Definition at line 83 of file SendHandleC.cpp.


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