#include <CCAMACScalerLRS2551.h>
Inheritance diagram for CCAMACScalerLRS2551:
Public Methods | |
CCAMACScalerLRS2551 (unsigned int b, unsigned int c, unsigned int n) | |
Default constructor. | |
CCAMACScalerLRS2551 (const CCAMACScalerLRS2551 &rhs) | |
Copy constructor. | |
~CCAMACScalerLRS2551 () | |
Destructor. | |
CCAMACScalerLRS2551 & | operator= (const CCAMACScalerLRS2551 &rhs) |
Assignment. | |
int | operator== (const CCAMACScalerLRS2551 &rhs) const |
Comparison for equality. | |
int | operator!= (const CCAMACScalerLRS2551 &rhs) const |
virtual void | Initialize () |
virtual void | Read (vector< unsigned int > &Scalers) |
virtual void | Clear () |
virtual unsigned int | size () |
Private Attributes | |
CCamacModule | m_Scaler |
The scaler module representations. |
Definition at line 299 of file CCAMACScalerLRS2551.h.
|
Default constructor. Contruct a CAMAC LeCroy model LRS 2551 scaler
Definition at line 290 of file CCAMACScalerLRS2551.cpp. |
|
Copy constructor. Copy construction. This is invoked when e.g. an object is passed by value to a function. The copy constructor makes a clone of the rhs object. Definition at line 302 of file CCAMACScalerLRS2551.cpp. |
|
Destructor.
Definition at line 310 of file CCAMACScalerLRS2551.h. |
|
Clear the scalers in the module. Implements CScaler. Definition at line 368 of file CCAMACScalerLRS2551.cpp. References CCamacModule::Control(), and m_Scaler. |
|
Performs begin run initialization of the module. Implements CScaler. Definition at line 340 of file CCAMACScalerLRS2551.cpp. |
|
Definition at line 314 of file CCAMACScalerLRS2551.h. References operator==(). |
|
Assignment. Assignment operation. This member function supports assignment of an object of this class to an object of the same class. Definition at line 313 of file CCAMACScalerLRS2551.cpp. References m_Scaler, and CScaler::operator=(). |
|
Comparison for equality. Equality checks. Definition at line 327 of file CCAMACScalerLRS2551.cpp. References m_Scaler, and CScaler::operator==(). Referenced by operator!=(). |
|
Reads the scaler module into the vector passed as a parameter
Definition at line 356 of file CCAMACScalerLRS2551.cpp. References m_Scaler, nChannels, and CCamacModule::Read(). |
|
Return the number of scalers which will be read. Implements CScaler. Definition at line 380 of file CCAMACScalerLRS2551.cpp. References nChannels. |
|
The scaler module representations.
Definition at line 302 of file CCAMACScalerLRS2551.h. Referenced by Clear(), operator=(), operator==(), and Read(). |