MADARA
3.1.8
|
A struct that is passed to Timed Event Thread Executors to control job handling, shutdowns, etc. More...
#include <TimedExecutor.h>
Public Attributes | |
KnowledgeBase * | control_plane |
For barrier and other information. More... | |
TimedExecutor * | executor |
pointer to TimedExecutor caller, which provides thread-safe callbacks for shutdown information More... | |
unsigned int | id |
thread identifier More... | |
A struct that is passed to Timed Event Thread Executors to control job handling, shutdowns, etc.
Definition at line 222 of file TimedExecutor.h.
KnowledgeBase* madara::knowledge::TimedEventThreadInfo::control_plane |
For barrier and other information.
Definition at line 233 of file TimedExecutor.h.
TimedExecutor* madara::knowledge::TimedEventThreadInfo::executor |
pointer to TimedExecutor caller, which provides thread-safe callbacks for shutdown information
Definition at line 228 of file TimedExecutor.h.
unsigned int madara::knowledge::TimedEventThreadInfo::id |
thread identifier
Definition at line 238 of file TimedExecutor.h.