Saves a process Used by: cProcessManager. More...
#include <sProcess.hpp>
Public Member Functions | |
| sProcess () | |
| ~sProcess () | |
Public Attributes | |
| sProcess * | m_pPrev |
| sProcess * | m_pNext |
| void(* | m_pFunction )(ePurpose _Purpose) |
| unsigned int | m_id |
Saves a process Used by: cProcessManager.
A process consits of a
| SPACE::Core::sProcess::sProcess | ( | ) | [inline] |
Init the variables value
| SPACE::Core::sProcess::~sProcess | ( | ) | [inline] |
Deletes the Previous State, so that every state is going down if something went wrong
| unsigned int SPACE::Core::sProcess::m_id |
the ID of the Process
| void(* SPACE::Core::sProcess::m_pFunction)(ePurpose _Purpose) |
the pointer to the function that runs if the process is called
a pointer to the next Process
a pointer to the previous Process
1.6.3