|
Zusi 3 TCP Protocol Library
An implementation of the Zusi 3 TCP protocol in C++.
|
Generic Zusi message node. More...
#include <Zusi3TCP.h>
Public Member Functions | |
| Node () | |
| Constructs an empty node. | |
| Node (uint16_t id) | |
| Constructs an Node. More... | |
| bool | write (Socket &sock) const |
| bool | read (Socket &sock) |
| uint16_t | getId () const |
| Get Attribute ID. | |
Public Attributes | |
| std::vector< Attribute * > | attributes |
| Attributes of this node. | |
| std::vector< Node * > | nodes |
| Sub-nodes of this node. | |
Generic Zusi message node.
1.8.11