Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
Go to the source code of this file.
Classes | |
class | tcCommandExecutiveBase |
struct | tcCommandExecutiveBase::tsCmndFunc |
class | tcUIThread |
This class forms the user input thread for the menu. More... | |
Macros | |
#define | MENU_FUNCTION_DECL(name) |
#define MENU_FUNCTION_DECL | ( | name | ) |
Okay so I hate typing too, but that's no reason to make all these functions static where they can't access any member variables. This macro makes along with the trampoline parameter me which was added to the menu function table calls lets us use member functions and allows us to avoid a lot of extra typing for each and every function declaration.