DUECA/DUSIME
|
Generic DDFF file format logging. More...
#include <DDFFLogger.hxx>
Public Member Functions | |
DDFFLogger (Entity *e, const char *part, const PrioritySpec &ts) | |
Constructor. | |
bool | complete () |
Continued construction. | |
~DDFFLogger () | |
Destructor. | |
Static Public Member Functions | |
static const ParameterTable * | getMyParameterTable () |
Return the parameter table. | |
Static Public Attributes | |
static const char *const | classname |
Name of the module. | |
Friends | |
class | EntryWatcher |
Generic DDFF file format logging.
The instructions to create an module of this class from the Scheme script are:
DDFFLogger::DDFFLogger | ( | Entity * | e, |
const char * | part, | ||
const PrioritySpec & | ts ) |
Constructor.
Is normally called from scheme/the creation script.
bool DDFFLogger::complete | ( | ) |
Continued construction.
This is called after all script parameters have been read and filled in, according to the parameter table. Your running environment, e.g. for OpenGL drawing, is also prepared. Any lengty initialisations (like reading the 4 GB of wind tables) should be done here. Return false if something in the parameters is wrong (by the way, it would help if you printed what!) May be deleted.