Isle
Loading...
Searching...
No Matches
mxscheduler.h
Go to the documentation of this file.
1#ifndef MXSCHEDULER_H
2#define MXSCHEDULER_H
3
4#include "mxtypes.h"
5
9public:
12 static MxScheduler* GetInstance();
13
17 void StartMultiTasking(MxULong p_flags);
18};
19
20#endif // MXSCHEDULER_H
[AI] Singleton class for managing and starting multitasking functionality in the system.
Definition: mxscheduler.h:8
static MxScheduler * GetInstance()
[AI] Retrieves the singleton instance of the scheduler.
Definition: mxscheduler.cpp:4
void StartMultiTasking(MxULong p_flags)
[AI] Initiates support for multitasking with the specified configuration.
Definition: mxscheduler.cpp:11
unsigned int MxULong
[AI]
Definition: mxtypes.h:93