#include <ros.h>
Public Member Functions | |
| void | init () |
| int | read () |
| unsigned long | time () |
| void | write (uint8_t *data, int length) |
Static Public Attributes | |
| static int | fd = -1 |
| static unsigned long | millis = 0 |
| void ClientComms::init | ( | ) | [inline] |
| int ClientComms::read | ( | ) | [inline] |
| unsigned long ClientComms::time | ( | ) | [inline] |
| void ClientComms::write | ( | uint8_t * | data, |
| int | length | ||
| ) | [inline] |
int ClientComms::fd = -1 [static] |
unsigned long ClientComms::millis = 0 [static] |