Falcon
|
#include <CameraSystem.h>
Public Member Functions | |
virtual void | ProcessEvents () |
CameraEventSystem () | |
~CameraEventSystem () | |
Public Member Functions inherited from EventSystem | |
void | ReceiveEvent (boost::shared_ptr< Event > t) |
EventSystem () | |
Friends | |
class | CameraSystem |
Additional Inherited Members | |
Protected Attributes inherited from EventSystem | |
boost::circular_buffer< boost::shared_ptr< Event > > | eventQueue |
boost::container::vector< EventsCategory > | subscribedList |
ThreadPool * | m_threadPool |
CameraEventSystem::CameraEventSystem | ( | ) |
CameraEventSystem::~CameraEventSystem | ( | ) |
|
virtual |
Implements EventSystem.
|
friend |