MyRP2_ui_core
Loading...
Searching...
No Matches
test_manager.h
Go to the documentation of this file.
1
11#if !defined(TEST_MANAGER_H)
12#define TEST_MANAGER_H
13
14#include "ui_core.h"
15
17{
18private:
19public:
20 Test_Manager(UIController * _controller);
23};
24
25
26
27
28#endif // TEST_MANAGER_H
void process_control_event(ControlEvent _event)
ControlEvent
The list of predefined event that a Controller can send to the controlled object, leaving it the resp...
Definition ui_core.h:26