Sends data from LiveNetworkSendable objects to the network each cycle.
More...
#include <LiveNetworkSender.h>
|
void | Run () |
| Sends data from all objects to the network.
|
|
template<typename T > |
void | Send (T value, std::string key, std::string table) |
| Sends a value to the network through LiveNetworkSender.
|
|
Sends data from LiveNetworkSendable objects to the network each cycle.
void LiveNetworkSender::RegisterLiveNetworkSendable |
( |
LiveNetworkSendable * |
liveNetworkSendable | ) |
|
|
static |
template<typename T >
template void LiveNetworkSender::Send< long > |
( |
T |
value, |
|
|
std::string |
key, |
|
|
std::string |
table |
|
) |
| |
Sends a value to the network through LiveNetworkSender.
- Parameters
-
value | value to log |
key | name of the field |
table | NetworkTable to send to |
The documentation for this class was generated from the following files: