#include <CCAENV785Creator.h>
Inheritance diagram for CCAENV785Creator:
Public Member Functions | |
CCAENV785Creator () | |
~CCAENV785Creator () | |
CCAENV785Creator (const CCAENV785Creator &aCCAENV785Creator) | |
CCAENV785Creator & | operator= (const CCAENV785Creator &aCCAENV785Creator) |
int | operator== (const CCAENV785Creator &rhs) const |
int | operator!= (const CCAENV785Creator &rhs) const |
virtual CReadableObject * | Create (CTCLInterpreter &rInterp, CTCLResult &rResult, int nArgs, char **pArgs) |
virtual string | Help () |
CCAENV785Creator () | |
~CCAENV785Creator () | |
CCAENV785Creator (const CCAENV785Creator &aCCAENV785Creator) | |
CCAENV785Creator & | operator= (const CCAENV785Creator &aCCAENV785Creator) |
int | operator== (const CCAENV785Creator &aCCAENV785Creator) const |
virtual CDigitizerModule * | Create (CTCLInterpreter &rInterp, CTCLResult &rResult, int nArgs, char **pArgs) |
virtual string | Help () |
Definition at line 317 of file CCAENV785Creator.h.
|
Constructor: Creates a module creator for CAEN v785 modules. We just need to do base class construction, specifying our keyword as "caenv785" Definition at line 298 of file CCAENV785Creator.cpp. |
|
Destructor: Nothing needs ot be done for this class. Definition at line 307 of file CCAENV785Creator.cpp. |
|
Copy constructor used to create temporaries, e.g. for pass by value parameters.
Definition at line 315 of file CCAENV785Creator.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.
Implements CModuleCreator. Definition at line 397 of file CCAENV785Creator.cpp. References CConfigurableObject::Configure(). |
|
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 430 of file CCAENV785Creator.cpp. |
|
Inequality comparison. Equality comparison of this to rhs.
Definition at line 362 of file CCAENV785Creator.cpp. References operator==(). |
|
|
|
Assignment operator. This member handles a = b operations where a is this and b is another CCAENV785Creator object.
Definition at line 329 of file CCAENV785Creator.cpp. References CModuleCreator::operator=(). |
|
|
|
Equality comparison of this to rhs.
Definition at line 348 of file CCAENV785Creator.cpp. References CModuleCreator::operator==(). Referenced by operator!=(). |