MADARA  3.1.8
madara::knowledge::TimedEventThreadInfo Struct Reference

A struct that is passed to Timed Event Thread Executors to control job handling, shutdowns, etc. More...

#include <TimedExecutor.h>

Collaboration diagram for madara::knowledge::TimedEventThreadInfo:

Public Attributes

KnowledgeBasecontrol_plane
 For barrier and other information. More...
 
TimedExecutorexecutor
 pointer to TimedExecutor caller, which provides thread-safe callbacks for shutdown information More...
 
unsigned int id
 thread identifier More...
 

Detailed Description

A struct that is passed to Timed Event Thread Executors to control job handling, shutdowns, etc.

Definition at line 222 of file TimedExecutor.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: