Public Member Functions | |
virtual void | dispose () |
virtual void | executeAndDispose () |
TriggerSlaveActivity (SlaveActivity *act) | |
Public Member Functions inherited from RTT::base::DisposableInterface | |
virtual | ~DisposableInterface () |
Public Attributes | |
SlaveActivity * | mslave |
Additional Inherited Members | |
Public Types inherited from RTT::base::DisposableInterface | |
typedef boost::shared_ptr< DisposableInterface > | shared_ptr |
Definition at line 50 of file SlaveActivity.cpp.
|
inline |
Definition at line 53 of file SlaveActivity.cpp.
|
inlinevirtual |
Just free this object without executing it.
Implements RTT::base::DisposableInterface.
Definition at line 62 of file SlaveActivity.cpp.
|
inlinevirtual |
Execute functionality and free this object. You may no longer use this object after calling this method.
Implements RTT::base::DisposableInterface.
Definition at line 54 of file SlaveActivity.cpp.
SlaveActivity* RTT::TriggerSlaveActivity::mslave |
Definition at line 52 of file SlaveActivity.cpp.