Equalizer
1.4.1
|
Public Member Functions | |
Config (eq::ServerPtr parent) | |
Construct a new config. | |
virtual uint32_t | startFrame (const eq::uint128_t &frameID) |
virtual bool | handleEvent (const eq::ConfigEvent *event) |
const lunchbox::Clock * | getClock () const |
Protected Member Functions | |
virtual | ~Config () |
Destruct a config. |
Definition at line 37 of file share/Equalizer/examples/eqPixelBench/config.h.
eqPixelBench::Config::Config | ( | eq::ServerPtr | parent | ) |
Construct a new config.
Reimplemented from eq::Config.
Definition at line 36 of file eqPixelBench/config.cpp.
eqPixelBench::Config::~Config | ( | ) | [protected, virtual] |
Destruct a config.
Reimplemented from eq::Config.
Definition at line 43 of file eqPixelBench/config.cpp.
const lunchbox::Clock* eqPixelBench::Config::getClock | ( | ) | const [inline] |
Definition at line 49 of file share/Equalizer/examples/eqPixelBench/config.h.
Referenced by eqPixelBench::Channel::frameStart().
bool eqPixelBench::Config::handleEvent | ( | const eq::ConfigEvent * | event | ) | [virtual] |
Reimplemented from eq::Config.
Definition at line 58 of file eqPixelBench/config.cpp.
References eq::ConfigEvent::data, and eq::Event::type.
uint32_t eqPixelBench::Config::startFrame | ( | const eq::uint128_t & | frameID | ) | [virtual] |
Reimplemented from eq::Config.
Definition at line 49 of file eqPixelBench/config.cpp.