LRT14
1.0
|
Base class for objects containing commands and states of components. More...
#include <ComponentData.h>
Additional Inherited Members | |
![]() | |
virtual void | Log ()=0 |
Logs data to the Logger. | |
![]() | |
template<typename T > | |
void | LogToFile (T *field, std::string name) |
Saves a variable to the Logger for logging. | |
template<typename T > | |
void | LogToFile (T *field, int count, std::string name) |
Saves a dynamically allocated array to the Logger for logging. | |
template<typename T > | |
void | LogToFile (T value, std::string name) |
Saves a value to the Logger for logging. | |
Base class for objects containing commands and states of components.