LRT14  1.0
 All Classes Namespaces Functions Variables Enumerations Enumerator
LiveNetworkSendable Class Referenceabstract

Base class for classes that can log to the global log file. More...

#include <LiveNetworkSendable.h>

Inheritance diagram for LiveNetworkSendable:

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.
 

Detailed Description

Base class for classes that can log to the global log file.

Member Function Documentation

template<typename T >
void LiveNetworkSendable::SendToNetwork ( value,
std::string  key,
std::string  table 
)
inlineprotected

Sends a value to the network through LiveNetworkSender.

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

Here is the call graph for this function:

Here is the caller graph for this function:


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