|
Roomba Controller Dashboard 1
A GUI and TCP client application that is used to control a Roomba for Computer Engineering 2880 @ Iowa State
|
#include <Node.hpp>
Public Member Functions | |
| Node (V data) | |
| V | getData () |
| void | SetData (V newData) |
Represents a node in a graph. Really just a wrapped for V
| V | The data that the node encapsulates |
| V Node< V >::getData | ( | ) |
| void Node< V >::SetData | ( | V | newData | ) |