#include <CCAENV792Creator.h>
Inheritance diagram for CCAENV792Creator:
Public Member Functions | |
CCAENV792Creator () | |
virtual | ~CCAENV792Creator () |
CCAENV792Creator (const CCAENV792Creator &aCCAENV792Creator) | |
CCAENV792Creator & | operator= (const CCAENV792Creator &aCCAENV792Creator) |
int | operator== (const CCAENV792Creator &aCCAENV792Creator) const |
virtual CReadableObject * | Create (CTCLInterpreter &rInterp, CTCLResult &rResult, int nArgs, char **pArgs) |
virtual string | Help () |
CCAENV792Creator () | |
virtual | ~CCAENV792Creator () |
CCAENV792Creator (const CCAENV792Creator &aCCAENV792Creator) | |
CCAENV792Creator & | operator= (const CCAENV792Creator &aCCAENV792Creator) |
int | operator== (const CCAENV792Creator &aCCAENV792Creator) const |
virtual CDigitizerModule * | Create (CTCLInterpreter &rInterp, CTCLResult &rResult, int nArgs, char **pArgs) |
virtual string | Help () |
Definition at line 303 of file CCAENV792Creator.h.
|
Construct an instance of a CAEN V 792 module creator. The module creator can then be registered withy CModuleCommand::AddCreator. Definition at line 292 of file CCAENV792Creator.cpp. |
|
Definition at line 300 of file CCAENV792Creator.cpp. |
|
Creates temporary copy objects.
Definition at line 309 of file CCAENV792Creator.cpp. |
|
|
|
|
|
|
|
Implements CModuleCreator. |
|
Returns a new instance of the digitizer module creaetd by this creator. The mdule is new'd into being and therefore must be deleted by the ultimate user. The parameters passed in are also passed to the module's configuration function.
module mname type config params
Implements CModuleCreator. Definition at line 365 of file CCAENV792Creator.cpp. References CDigitizerModule::Configure(), and CModuleCreator::getModuleType(). |
|
Implements CModuleCreator. |
|
Function: string Help() Operation Type: Purpose: Returns a string describing the module type and whatever else the module driver author wants to display about that module type in response to the module -help command. Implements CModuleCreator. Definition at line 401 of file CCAENV792Creator.cpp. |
|
|
|
Assigns a rhs object to *this.
Definition at line 322 of file CCAENV792Creator.cpp. References CModuleCreator::operator=(). |
|
|
|
Definition at line 331 of file CCAENV792Creator.cpp. References CModuleCreator::operator==(). |