#include <ScanorInterface.hpp>
Definition at line 9 of file ScanorInterface.hpp.
§ ~ScanorInterface()
ScanorInterface::~ScanorInterface |
( |
| ) |
|
|
inline |
§ ScanorInterface() [1/2]
ScanorInterface::ScanorInterface |
( |
| ) |
|
|
inlineprivate |
§ ScanorInterface() [2/2]
§ get()
The get method returns the only instance of ScanorInterface that will ever be created. This is the core feature that will make this a singleton.
Definition at line 22 of file ScanorInterface.cpp.
§ Hissub()
void ScanorInterface::Hissub |
( |
unsigned short * |
sbuf[], |
|
|
unsigned short * |
nhw |
|
) |
| |
§ MakeModuleData()
bool ScanorInterface::MakeModuleData |
( |
const uint32_t * |
data, |
|
|
unsigned long |
nWords, |
|
|
unsigned int |
maxWords |
|
) |
| |
|
private |
inserts a delimiter in between individual module data and at end of buffer. Data is then passed to hissub_sec() for processing.
- Parameters
-
[in] | data | : the data to parse |
[in] | nWords | : the length of the data |
[in] | maxWords | : the maximum words to get |
- Returns
- true if successful
Definition at line 34 of file ScanorInterface.cpp.
§ operator=()
Overloaded constructor.
Equality constructor
§ SetUnpacker()
void ScanorInterface::SetUnpacker |
( |
Unpacker * |
a | ) |
|
|
inline |
§ instance_
§ unpacker_
decode the data.
The unpacker object that we are going to use to
Definition at line 29 of file ScanorInterface.hpp.
The documentation for this class was generated from the following files: