#include <yarp/os/Network.h>
#include <yarp/os/BufferedPort.h>
#include <yarp/dev/IPreciselyTimed.h>
#include <yarp/dev/IBattery.h>
#include <yarp/dev/ControlBoardInterfaces.h>
#include <yarp/dev/ControlBoardHelpers.h>
#include <yarp/sig/Vector.h>
#include <yarp/os/Time.h>
#include <yarp/dev/PolyDriver.h>
#include <mutex>
Go to the source code of this file.
Classes | |
class | BatteryInputPortProcessor |
class | Battery_nwc_yarp |
Battery_nwc_yarp : The client side of any IBattery capable device. More... | |
Macros | |
#define | DEFAULT_THREAD_PERIOD 20 |
Variables | |
const int | BATTERY_TIMEOUT =100 |
#define DEFAULT_THREAD_PERIOD 20 |
Definition at line 23 of file battery_nwc_yarp.h.
const int BATTERY_TIMEOUT =100 |
Definition at line 24 of file battery_nwc_yarp.h.