#include "OSDLException.h"
#include <string>
#include <list>
Include dependency graph for OSDLEngineCommon.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OSDL |
namespace | OSDL::Engine |
Classes | |
class | OSDL::Engine::EngineException |
Exception to be thrown when engine abnormal behaviour occurs. More... | |
class | OSDL::Engine::SchedulingException |
Exception to be thrown when scheduling abnormal behaviour occurs. More... | |
Typedefs | |
typedef std::list< ActiveObject * > | OSDL::Engine::ListOfActiveObjects |
Defines a list of pointers to active objects. | |
typedef Ceylan::Uint16 | OSDL::Engine::Weight |
Determines roughly how much the activation of a specific object will cost in CPU time. | |
Enumerations | |
enum | OSDL::Engine::ObjectSchedulingPolicy { OSDL::Engine::relaxed, OSDL::Engine::strict } |
Describes a scheduling policy, among :. More... |