#include <scope.hpp>
Definition at line 25 of file scope.hpp.
§ scopeUnpacker()
scopeUnpacker::scopeUnpacker |
( |
const unsigned int & |
mod = 0 , |
|
|
const unsigned int & |
chan = 0 |
|
) |
| |
Default constructor.
Definition at line 70 of file scope.cpp.
§ ~scopeUnpacker()
scopeUnpacker::~scopeUnpacker |
( |
| ) |
|
|
inline |
§ GetChan()
unsigned int scopeUnpacker::GetChan |
( |
| ) |
|
|
inline |
§ GetMod()
unsigned int scopeUnpacker::GetMod |
( |
| ) |
|
|
inline |
§ GetThreshHigh()
int scopeUnpacker::GetThreshHigh |
( |
| ) |
|
|
inline |
§ GetThreshLow()
int scopeUnpacker::GetThreshLow |
( |
| ) |
|
|
inline |
§ ProcessRawEvent()
void scopeUnpacker::ProcessRawEvent |
( |
ScanInterface * |
addr_ = NULL | ) |
|
|
privatevirtual |
Process all events in the event list.
- Parameters
-
- Returns
- Nothing.
Process all events in the event list.
- Parameters
-
[in] | addr_ | Pointer to a location in memory. |
- Returns
- Nothing.
Reimplemented from Unpacker.
Definition at line 81 of file scope.cpp.
§ RawStats()
Add an event to generic statistics output.
- Parameters
-
[in] | event_ | Pointer to the current XIA event. |
[in] | addr_ | Pointer to a ScanInterface object. |
- Returns
- Nothing.
Reimplemented from Unpacker.
Definition at line 66 of file scope.hpp.
§ SetChan()
int scopeUnpacker::SetChan |
( |
const unsigned int & |
chan | ) |
|
|
inline |
§ SetMod()
int scopeUnpacker::SetMod |
( |
const unsigned int & |
mod | ) |
|
|
inline |
§ SetThreshHigh()
void scopeUnpacker::SetThreshHigh |
( |
const int & |
threshHigh | ) |
|
|
inline |
§ SetThreshLow()
void scopeUnpacker::SetThreshLow |
( |
const int & |
threshLow | ) |
|
|
inline |
§ chan_
unsigned int scopeUnpacker::chan_ |
|
private |
The channel of the signal of interest.
Definition at line 51 of file scope.hpp.
§ mod_
unsigned int scopeUnpacker::mod_ |
|
private |
The module of the signal of interest.
Definition at line 50 of file scope.hpp.
§ threshHigh_
int scopeUnpacker::threshHigh_ |
|
private |
§ threshLow_
int scopeUnpacker::threshLow_ |
|
private |
The documentation for this class was generated from the following files: