#include <ArduinoInterface.h>

Public Member Functions | |
| ArduinoInterface () | |
| Constructor; Takes nothing and simply registeres self with the main CMU IPC server. | |
| ~ArduinoInterface () | |
| Destructor. | |
| int | Update () |
| Parses gotten messages and commands. | |
Private Attributes | |
| ArduinoClient * | Client |
| The actual arduino interfacing code. | |
| ArduinoInterface::ArduinoInterface | ( | ) |
Constructor; Takes nothing and simply registeres self with the main CMU IPC server.
| ArduinoInterface::~ArduinoInterface | ( | ) |
Destructor.
| int ArduinoInterface::Update | ( | ) | [virtual] |
ArduinoClient* ArduinoInterface::Client [private] |
The actual arduino interfacing code.
1.5.5