#include <CCAENV775Creator.h>
Inheritance diagram for CCAENV775Creator:
Public Member Functions | |
CCAENV775Creator () | |
~CCAENV775Creator () | |
CCAENV775Creator (const CCAENV775Creator &aCCAENV775Creator) | |
CCAENV775Creator & | operator= (const CCAENV775Creator &aCCAENV775Creator) |
int | operator== (const CCAENV775Creator &aCCAENV775Creator) const |
virtual CReadableObject * | Create (CTCLInterpreter &rInterp, CTCLResult &rResult, int nArgs, char **pArgs) |
virtual string | Help () |
CCAENV775Creator () | |
~CCAENV775Creator () | |
CCAENV775Creator (const CCAENV775Creator &aCCAENV775Creator) | |
CCAENV775Creator & | operator= (const CCAENV775Creator &aCCAENV775Creator) |
int | operator== (const CCAENV775Creator &aCCAENV775Creator) const |
virtual CDigitizerModule * | Create (CTCLInterpreter &rInterp, CTCLResult &rResult, int nArgs, char **pArgs) |
virtual string | Help () |
Definition at line 315 of file CCAENV775Creator.h.
|
Construct an instance of a CAEN V 775 module creator. The module creator can then be registered withy CModuleCommand::AddCreator. Definition at line 289 of file CCAENV775Creator.cpp. |
|
Definition at line 297 of file CCAENV775Creator.cpp. |
|
Creates temporary copy objects.
Definition at line 306 of file CCAENV775Creator.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 362 of file CCAENV775Creator.cpp. References CDigitizerModule::Configure(), and CModuleCreator::getModuleType(). |
|
Implements CModuleCreator. |
|
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 395 of file CCAENV775Creator.cpp. |
|
|
|
Assigns a rhs object to *this.
Definition at line 319 of file CCAENV775Creator.cpp. References CModuleCreator::operator=(). |
|
|
|
Definition at line 328 of file CCAENV775Creator.cpp. References CModuleCreator::operator==(). |