MADARA
3.1.8
|
Expression container for timed event. More...
#include <TimedExecutor.h>
Public Attributes | |
bool | cancel_on_false |
cancel on false return value More... | |
ACE_Time_Value | delay |
delay before first execution More... | |
unsigned int | executions |
executions so far More... | |
int | intended_executions |
intended executions More... | |
KnowledgeBase * | knowledge |
knowledge base for executing the expression (should be same as compiled) More... | |
ACE_Time_Value | period |
time between executions in seconds More... | |
expression::ComponentNode * | root |
expression to be executed (rooted Tree) More... | |
Expression container for timed event.
Definition at line 36 of file TimedExecutor.h.
bool madara::knowledge::Event::cancel_on_false |
cancel on false return value
Definition at line 62 of file TimedExecutor.h.
ACE_Time_Value madara::knowledge::Event::delay |
delay before first execution
Definition at line 39 of file TimedExecutor.h.
unsigned int madara::knowledge::Event::executions |
executions so far
Definition at line 56 of file TimedExecutor.h.
int madara::knowledge::Event::intended_executions |
intended executions
Definition at line 59 of file TimedExecutor.h.
KnowledgeBase* madara::knowledge::Event::knowledge |
knowledge base for executing the expression (should be same as compiled)
Definition at line 53 of file TimedExecutor.h.
ACE_Time_Value madara::knowledge::Event::period |
time between executions in seconds
Definition at line 42 of file TimedExecutor.h.
expression::ComponentNode* madara::knowledge::Event::root |
expression to be executed (rooted Tree)
Definition at line 46 of file TimedExecutor.h.