|
|
static int | entryPoint (int, const char *const *) |
| |
|
static int | shutdown (RTController *) |
| |
|
static const char * | debugName (void) |
| |
| static void | registerDebugErrorFunction (DEBUG_ERROR_FUNC_PTR pFunc) |
| | Register a user-defined debug error function.
|
| |
|
static DEBUG_ERROR_FUNC_PTR | getDebugErrorFunction () |
| | Return the currently registered debug error function, or nullptr if none.
|
| |
| static | FORMAT_CHECK (1, 2) void invokeOrDiag(const char *format |
| | Call the user defined warning function OR RTDiag::out if no user defined.
|
| |
|
static static RTController * | controller (void) |
| |
|
static RTActorRef * | topReference (void) |
| |
|
static RTActor * | topActor (void) |
| |
|
static const RTSystemDescriptor * | systemInfo (void) |
| |
|
static int | argCount (void) |
| |
|
static const char *const * | argStrings (void) |
| |
|
static void | setExitCode (int code) |
| |
|
static int | getExitCode (void) |
| |
|
static void | lock (void) |
| |
|
static void | unlock (void) |
| |
|
|
class | RTSuperActor |
| |
|
class | RTTracer |
| |
◆ FORMAT_CHECK()
| static RTMain::FORMAT_CHECK |
( |
1 |
, |
|
|
2 |
|
|
) |
| const |
|
static |
Call the user defined warning function OR RTDiag::out if no user defined.
- Parameters
-
| format | Printf-style format string |
| ... | Variable arguments matching the format string |
◆ registerDebugErrorFunction()
| static void RTMain::registerDebugErrorFunction |
( |
DEBUG_ERROR_FUNC_PTR |
pFunc | ) |
|
|
static |
Register a user-defined debug error function.
- Parameters
-
| pFunc | Pointer to the error handler function, or null to unregister |
The documentation for this class was generated from the following files: