| 
    XF Test Bench 3.3
    
   | 
 
Factory creating all objects used in test5. More...
#include <testfactory05.h>

Public Member Functions | |
| TestFactory05 () | |
| Constructor.  | |
Static Public Member Functions | |
| static void | initialize () | 
| Initializes the factory.  | |
| static void | build () | 
| Creates components and initializes relations.  | |
Static Protected Attributes | |
| static StateMachine05a | task01_ | 
| Instance of StateMachine05a saying 'Tick 500ms'.  | |
| static StateMachine05b | task02_ | 
| Instance of StateMachine05b saying 'One' every second.  | |
| static StateMachine05b | task03_ | 
| Instance of StateMachine05b saying 'Two' every second.  | |
| static StateMachine05b | task04_ | 
| Instance of StateMachine05b saying 'Three' every second.  | |
Factory creating all objects used in test5.