Bike-X
0.8
|
#include "Direction.h"
Public Member Functions | |
int | getData (unsigned char &data) |
Additional Inherited Members | |
Static Public Member Functions inherited from Passive | |
static int | flush () |
Static Public Member Functions inherited from Device | |
static void | init () |
static void | destroy () |
Static Public Attributes inherited from Device | |
static int | pythonPid |
Static Protected Attributes inherited from Device | |
static unsigned char | buffer [BUFFER_SIZE] |
Definition at line 6 of file Direction.h.
|
virtual |
Reads specific char at from a device and returns 0 in case of success or != 0 otherwise
Implements Passive.
Definition at line 3 of file Direction.cpp.