LRT14
1.0
|
Container for single solenoids and double solenoids. More...
#include <Pneumatics.h>
Public Member Functions | |
void | Configure () |
Overload this function to apply new configuration when configuration is loaded. | |
void | Log () |
Logs data to the Logger. | |
void | Send () |
Sends data to the LiveNetworkSender. | |
Additional Inherited Members | |
![]() | |
template<typename T > | |
void | SendToNetwork (T value, std::string key, std::string table) |
Sends a value to the network through LiveNetworkSender. | |
![]() | |
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. | |
Container for single solenoids and double solenoids.