Modules | |
CONTROLLER_LENGTH | |
CONTROLLER_START_ADDRESS | |
CONTROLLER_STOP_ADDRESS | |
CONTROLLER_FINI | |
CONTROLLER_SKIP | |
CONTROLLER_UNIFORM | |
CONTROLLER_INIT | |
CONTROLLER_PINPOINT | |
CONTROLLER_MULTI | |
CONTROLLER_STATS_EVENT_ADDRESS | |
Typedefs | |
typedef VOID(* | INSTLIB::CONTROL_HANDLER )(CONTROL_EVENT, VOID *, CONTEXT *, VOID *, VOID *) |
Enumerations | |
enum | INSTLIB::CONTROL_EVENT { CONTROL_INVALID, INSTLIB::CONTROL_START, INSTLIB::CONTROL_STOP } |
A controller is usually an ALARM with some coordination for stop and start and some built in command line switches.
The example below can be found in InstLibExamples/control.cpp
|
Type for generic event handler |
|
Event that is passed to handler when controller detects the beginning or end of an interval |