LRT14
1.0
|
Base class for classes that can log to the global log file. More...
#include <LiveNetworkSendable.h>
Public Member Functions | |
virtual void | Send ()=0 |
Sends data to the LiveNetworkSender. | |
Protected Member Functions | |
template<typename T > | |
void | SendToNetwork (T value, std::string key, std::string table) |
Sends a value to the network through LiveNetworkSender. | |
Base class for classes that can log to the global log file.
|
inlineprotected |
Sends a value to the network through LiveNetworkSender.
value | value to log |
key | name of the field |
table | NetworkTable to send to |