#include <handles.h>
Public Member Functions | |
const ValueType & | twist () const |
TwistHandle () | |
TwistHandle (QuadrotorInterface *interface) | |
TwistHandle (QuadrotorInterface *interface, const Twist *twist) | |
virtual | ~TwistHandle () |
![]() | |
virtual bool | connected () const |
const ValueType * | get () const |
virtual const std::string & | getField () const |
virtual const std::string & | getName () const |
Handle_ (const std::string &name, const std::string &field=std::string()) | |
Handle_ (QuadrotorInterface *interface, const std::string &name, const std::string &field=std::string()) | |
Handle_ (QuadrotorInterface *interface, const ValueType *source, const std::string &name, const std::string &field=std::string()) | |
const ValueType & | operator* () const |
TwistHandle & | operator= (const ValueType *source) |
virtual void | reset () |
virtual | ~Handle_ () |
Additional Inherited Members | |
![]() | |
typedef Handle_< TwistHandle, Twist > | Base |
typedef Twist | ValueType |
![]() | |
const std::string | field_ |
QuadrotorInterface * | interface_ |
const std::string | name_ |
const ValueType * | value_ |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |