Class Kywy::Engine
Inherits the following classes: Actor::Actor
Public Attributes
Type | Name |
---|---|
Battery | battery |
Clock | clock |
Display::Display | display |
Input | input |
EngineOptions | options |
Public Functions
Type | Name |
---|---|
void | handle (::Actor::Message * message) |
virtual void | initialize () |
void | start (EngineOptions options=EngineOptions()) |
Public Functions inherited from Actor::Actor
See Actor::Actor
Type | Name |
---|---|
Actor () |
|
void | addSubscriber (Actor * actor) |
void | disable () |
void | dispatch (Message * message) |
void | enable () |
virtual void | handle (Message * message) = 0 |
virtual void | initialize () |
void | publish (Message * message) |
void | removeSubscriber (Actor * actor) |
void | start () |
void | stop () |
void | subscribe (Actor * actor) |
virtual void | teardown () |
void | unsubscribe (Actor * actor) |
~Actor () |
Public Attributes Documentation
variable battery
variable clock
variable display
variable input
variable options
Public Functions Documentation
function handle
function initialize
Implements Actor::Actor::initialize
function start
The documentation for this class was generated from the following file src/Kywy.hpp