LRT14  1.0
 All Classes Namespaces Functions Variables Enumerations Enumerator
LiveNetworkSender Class Reference

Sends data from LiveNetworkSendable objects to the network each cycle. More...

#include <LiveNetworkSender.h>

Public Member Functions

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.
 

Static Public Member Functions

static void RegisterLiveNetworkSendable (LiveNetworkSendable *liveNetworkSendable)
 Registers a LiveNetworkSendable object for sending.
 

Detailed Description

Sends data from LiveNetworkSendable objects to the network each cycle.

Member Function Documentation

void LiveNetworkSender::RegisterLiveNetworkSendable ( LiveNetworkSendable liveNetworkSendable)
static

Registers a LiveNetworkSendable object for sending.

Parameters
liveNetworkSendablethe LiveNetworkSendable object to register
template<typename T >
template void LiveNetworkSender::Send< long > ( value,
std::string  key,
std::string  table 
)

Sends a value to the network through LiveNetworkSender.

Parameters
valuevalue to log
keyname of the field
tableNetworkTable to send to

Here is the caller graph for this function:


The documentation for this class was generated from the following files: