VR-Exchange 2.2 API Documentation
List of all members | Public Slots | Public Member Functions | Protected Attributes
MAKVrExchange::DtBrokerThread Class Reference
Inheritance diagram for MAKVrExchange::DtBrokerThread:
Inheritance graph
[legend]

Public Slots

virtual void processBroker ()
 Do everything the broker needs to do for this tick.

Public Member Functions

 DtBrokerThread ()
 Constructor.
virtual ~DtBrokerThread ()
 Destructor.
virtual void run ()
 The main loop for this class.
virtual void startTimer ()
 Starts the timer to process the broker.
virtual void setBroker (DtBroker *broker)
 Sets the broker that this thread refers to. Required.

Protected Attributes

DtBrokermyBroker
QTimer * myTimer
bool myUsingThread

Constructor & Destructor Documentation

MAKVrExchange::DtBrokerThread::DtBrokerThread ( )

Constructor.

virtual MAKVrExchange::DtBrokerThread::~DtBrokerThread ( )
virtual

Destructor.

Member Function Documentation

virtual void MAKVrExchange::DtBrokerThread::run ( )
virtual

The main loop for this class.

virtual void MAKVrExchange::DtBrokerThread::startTimer ( )
virtual

Starts the timer to process the broker.

This may be done inside this thread using the exec command, or called by the original thread thread If you don't want a separate processing thread

virtual void MAKVrExchange::DtBrokerThread::setBroker ( DtBroker broker)
virtual

Sets the broker that this thread refers to. Required.

virtual void MAKVrExchange::DtBrokerThread::processBroker ( )
virtualslot

Do everything the broker needs to do for this tick.

Member Data Documentation

DtBroker* MAKVrExchange::DtBrokerThread::myBroker
protected
QTimer* MAKVrExchange::DtBrokerThread::myTimer
protected
bool MAKVrExchange::DtBrokerThread::myUsingThread
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Mon Apr 15 17:15:50 EDT 2013 from SVN revision 126154
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)