3 #ifndef _MADARA_THREADS_THREADER_INL_ 4 #define _MADARA_THREADS_THREADER_INL_ 39 #endif // _MADARA_THREADS_THREADER_INL_ knowledge::KnowledgeBase get_control_plane(void)
Gets the control plane used by threads.
knowledge::KnowledgeBase get_data_plane(void)
Gets the data plane used by threads.
This class provides a distributed knowledge base to users.
knowledge::KnowledgeBase * control_
The control plane used by threads for termination and pause information.
knowledge::KnowledgeBase * data_
The data plane used by threads.
int set(const VariableReference &variable, const std::string &value, const EvalSettings &settings=EvalSettings(false, false, true, false, false))
Atomically sets the value of a variable to a string.
void change_hertz(const std::string name, double hertz)
Modify hertz rate of a thread.