ToolDAQFramework
|
#include <MyToolZMQMultiThread.h>
Public Member Functions | |
MyToolZMQMultiThread_args () | |
~MyToolZMQMultiThread_args () | |
![]() | |
Thread_args () | |
Thread_args (zmq::context_t *contextin, std::string threadname, void(*funcin)(std::string)) | |
Thread_args (zmq::context_t *contextin, std::string threadname, void(*funcin)(Thread_args *)) | |
virtual | ~Thread_args () |
Additional Inherited Members | |
![]() | |
zmq::context_t * | context |
ZMQ context used for ZMQ socket creation. More... | |
void(* | func )(Thread_args *) |
function pointer to thread with args More... | |
void(* | func_with_string )(std::string) |
function pointer to string thread More... | |
bool | kill |
Bool flay used to kill the thread. More... | |
bool | running |
Bool flag to tell the thread to run (if not set thread goes into wait cycle. More... | |
zmq::socket_t * | sock |
ZMQ socket pointer is assigned in string thread,but can be sued otherwise. More... | |
pthread_t | thread |
Simple constructor underlying thread that interface is built ontop of. More... | |
std::string | ThreadName |
name of thread (deffined at creation) More... | |
Definition at line 21 of file MyToolZMQMultiThread.h.
MyToolZMQMultiThread_args::MyToolZMQMultiThread_args | ( | ) |
Definition at line 3 of file MyToolZMQMultiThread.cpp.
MyToolZMQMultiThread_args::~MyToolZMQMultiThread_args | ( | ) |
Definition at line 5 of file MyToolZMQMultiThread.cpp.