ToolDAQFramework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Utilities Member List

This is the complete list of members for Utilities, including all inherited members.

AddService(std::string ServiceName, unsigned int port, bool StatusQuery=false)Utilities
contextUtilitiesprivate
CreateThread(std::string ThreadName, void(*func)(std::string))Utilities
CreateThread(std::string ThreadName, void(*func)(Thread_args *), Thread_args *args)Utilities
KillThread(Thread_args *&args)Utilities
KillThread(std::string ThreadName)Utilities
KillThread(T *pointer)Utilitiesinline
MessageThread(Thread_args *args, std::string Message, bool block=true)Utilities
MessageThread(std::string ThreadName, std::string Message, bool block=true)Utilities
ReceivePointer(zmq::socket_t *sock, T *&pointer)Utilitiesinline
RemoveService(std::string ServiceName)Utilities
SendPointer(zmq::socket_t *sock, T *pointer)Utilitiesinline
String_Thread(void *arg)Utilitiesprivatestatic
Thread(void *arg)Utilitiesprivatestatic
ThreadsUtilitiesprivate
UpdateConnections(std::string ServiceName, zmq::socket_t *sock, std::map< std::string, Store * > &connections)Utilities
Utilities(zmq::context_t *zmqcontext)Utilities