#include <ry_oa_bridge_alg_node.h>
Public Member Functions | |
double | getV () |
double | getW () |
virtual void | onRead (Bottle &bot) |
Protected Attributes | |
CMutex | velocities_mutex_ |
double | vv |
double | ww |
Definition at line 49 of file ry_oa_bridge_alg_node.h.
double CvelocityCommandPort::getV | ( | ) | [inline] |
Definition at line 64 of file ry_oa_bridge_alg_node.h.
double CvelocityCommandPort::getW | ( | ) | [inline] |
Definition at line 70 of file ry_oa_bridge_alg_node.h.
virtual void CvelocityCommandPort::onRead | ( | Bottle & | bot | ) | [inline, virtual] |
Definition at line 56 of file ry_oa_bridge_alg_node.h.
CMutex CvelocityCommandPort::velocities_mutex_ [protected] |
Definition at line 53 of file ry_oa_bridge_alg_node.h.
double CvelocityCommandPort::vv [protected] |
Definition at line 52 of file ry_oa_bridge_alg_node.h.
double CvelocityCommandPort::ww [protected] |
Definition at line 52 of file ry_oa_bridge_alg_node.h.