Equalizer  1.2.1
Public Member Functions | Protected Member Functions | Protected Attributes
eVolve::Config Class Reference
+ Inheritance diagram for eVolve::Config:
+ Collaboration diagram for eVolve::Config:

List of all members.

Public Member Functions

 Config (eq::ServerPtr parent)
 Construct a new config.
virtual bool init ()
virtual bool exit ()
virtual uint32_t startFrame ()
void setInitData (const LocalInitData &data)
const InitDatagetInitData () const
bool mapData (const eq::uint128_t &initDataID)
 Map per-config data to the local node process.

Protected Member Functions

virtual ~Config ()
 Destruct a config.
virtual bool handleEvent (const eq::ConfigEvent *event)

Protected Attributes

int _spinX
int _spinY
eq::Canvas_currentCanvas
LocalInitData _initData
FrameData _frameData
uint64_t _messageTime

Detailed Description

Definition at line 39 of file share/Equalizer/examples/eVolve/config.h.


Constructor & Destructor Documentation

Construct a new config.

Version:
1.0

Reimplemented from eq::Config.

Definition at line 36 of file eVolve/config.cpp.

eVolve::Config::~Config ( ) [protected, virtual]

Destruct a config.

Version:
1.0

Reimplemented from eq::Config.

Definition at line 43 of file eVolve/config.cpp.


Member Function Documentation

bool eVolve::Config::exit ( ) [virtual]
See also:
eq::Config::exit.

Reimplemented from eq::Config.

Definition at line 90 of file eVolve/config.cpp.

Referenced by eVolve::EVolve::run().

+ Here is the caller graph for this function:

bool eVolve::Config::handleEvent ( const eq::ConfigEvent event) [protected, virtual]
bool eVolve::Config::init ( ) [virtual]
uint32_t eVolve::Config::startFrame ( ) [virtual]
See also:
eq::Config::startFrame.

Definition at line 107 of file eVolve/config.cpp.

References co::Serializable::commit().

Referenced by eVolve::EVolve::run().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:


The documentation for this class was generated from the following files:
Generated on Fri Jun 8 2012 15:44:36 for Equalizer 1.2.1 by  doxygen 1.8.0