FACT++
1.0
|
Namespace to host some global Dim helper functions. More...
Functions | |
bool | SendCommand (const std::string &command) |
void | SendCommandNB (const std::string &command) |
template<typename T > | |
bool | SendCommand (const std::string &command, const T &t) |
template<> | |
bool | SendCommand (const std::string &command, const std::string &t) |
template<typename T > | |
bool | SendCommand (const std::string &command, const std::vector< T > &v) |
bool | SendCommand (const std::string &command, const void *d, size_t s) |
template<typename T > | |
void | SendCommandNB (const std::string &command, const T &t) |
template<> | |
void | SendCommandNB (const std::string &command, const std::string &t) |
template<typename T > | |
void | SendCommandNB (const std::string &command, const std::vector< T > &v) |
void | SendCommandNB (const std::string &command, const void *d, size_t s) |
std::string | GetLocalIp (const std::string &dns="10.0.100.1") |
void | Setup (const std::string &dns="", const std::string &host="") |
Namespace to host some global Dim helper functions.