Public Member Functions | |
| template<typename T > | |
| Getter (const canopen::ObjectStorage::Entry< T > &entry) | |
| operator double * () const | |
| bool | operator() () |
Static Public Member Functions | |
| template<typename T > | |
| static bool | readObject (canopen::ObjectStorage::Entry< T > &entry, double &res) |
Public Attributes | |
| boost::function< bool(double &)> | func |
| boost::shared_ptr< double > | val_ptr |
Definition at line 24 of file robot_layer.h.
| ObjectVariables::Getter::Getter | ( | const canopen::ObjectStorage::Entry< T > & | entry | ) | [inline] |
Definition at line 28 of file robot_layer.h.
| ObjectVariables::Getter::operator double * | ( | ) | const [inline] |
Definition at line 35 of file robot_layer.h.
| bool ObjectVariables::Getter::operator() | ( | ) | [inline] |
Definition at line 27 of file robot_layer.h.
| static bool ObjectVariables::Getter::readObject | ( | canopen::ObjectStorage::Entry< T > & | entry, |
| double & | res | ||
| ) | [inline, static] |
Definition at line 29 of file robot_layer.h.
| boost::function<bool(double&)> ObjectVariables::Getter::func |
Definition at line 26 of file robot_layer.h.
| boost::shared_ptr<double> ObjectVariables::Getter::val_ptr |
Definition at line 25 of file robot_layer.h.