9#include "statemachine05a.h"
10#include "statemachine05b.h"
43void Factory_initialize();
Definition: statemachine05a.h:19
Definition: statemachine05b.h:19
Factory creating all objects used in test5.
Definition: testfactory05.h:20
static StateMachine05a task01_
Instance of StateMachine05a saying 'Tick 500ms'.
Definition: testfactory05.h:28
static StateMachine05b task02_
Instance of StateMachine05b saying 'One' every second.
Definition: testfactory05.h:29
static StateMachine05b task04_
Instance of StateMachine05b saying 'Three' every second.
Definition: testfactory05.h:31
static void initialize()
Initializes the factory.
Definition: testfactory05.cpp:25
static void build()
Creates components and initializes relations.
Definition: testfactory05.cpp:30
TestFactory05()
Constructor.
Definition: testfactory05.cpp:20
static StateMachine05b task03_
Instance of StateMachine05b saying 'Two' every second.
Definition: testfactory05.h:30