Orocos Real-Time Toolkit  2.8.3
Public Member Functions | Public Attributes | List of all members
RTT::internal::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 83 of file SendHandleC.cpp.

Constructor & Destructor Documentation

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

Definition at line 88 of file SendHandleC.cpp.

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

Member Data Documentation

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

Definition at line 87 of file SendHandleC.cpp.

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

Definition at line 86 of file SendHandleC.cpp.

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

Definition at line 85 of file SendHandleC.cpp.


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