Scan buffers conforming to the frame specification.
More...
#include <FrameBufferInterface.hh>
|
typedef INT_8U | size_type |
| type for number of bytes to read and size of buffer
|
|
typedef INT_8U | size_type |
| type for number of bytes to read and size of buffer
|
|
|
| Scanner () |
| Constructor.
|
|
virtual | ~Scanner () |
| Destructor.
|
|
delta_t_type | DeltaT () const |
| Retrieve the duration of the stream.
|
|
virtual void | NextBlock (const char *Buffer, size_type Size) |
| Add a buffer to the frame file memory image.
|
|
size_type | NextBlockSize () const |
| Return the number of bytes to be made available.
|
|
size_type | Position () const |
| Return the current position in the stream being scanned.
|
|
bool | Ready () const |
| Check if a complete frame file is ready for processing.
|
|
virtual void | Reset () |
| Initialize buffer to accumulate a frame file.
|
|
start_time_type | StartTime () const |
| Retrieve the start time of the stream.
|
|
| Scanner () |
| Constructor.
|
|
virtual | ~Scanner () |
| Destructor.
|
|
delta_t_type | DeltaT () const |
| Retrieve the duration of the stream.
|
|
virtual void | NextBlock (const char *Buffer, size_type Size) |
| Add a buffer to the frame file memory image.
|
|
size_type | NextBlockSize () const |
| Return the number of bytes to be made available.
|
|
size_type | Position () const |
| Return the current position in the stream being scanned.
|
|
bool | Ready () const |
| Check if a complete frame file is ready for processing.
|
|
virtual void | Reset () |
| Initialize buffer to accumulate a frame file.
|
|
start_time_type | StartTime () const |
| Retrieve the start time of the stream.
|
|
Scan buffers conforming to the frame specification.
◆ ~Scanner() [1/2]
FrameCPP::Common::FrameBufferInterface::Scanner::~Scanner |
( |
| ) |
|
|
inlinevirtual |
Destructor.
- Note
- Need to have an explicit destructor since there are virtual functions.
◆ ~Scanner() [2/2]
virtual FrameCPP::Common::FrameBufferInterface::Scanner::~Scanner |
( |
| ) |
|
|
virtual |
Destructor.
- Note
- Need to have an explicit destructor since there are virtual functions.
◆ NextBlock() [1/2]
void FrameCPP::Common::FrameBufferInterface::Scanner::NextBlock |
( |
const char * | Buffer, |
|
|
size_type | Size ) |
|
virtual |
◆ NextBlock() [2/2]
virtual void FrameCPP::Common::FrameBufferInterface::Scanner::NextBlock |
( |
const char * | Buffer, |
|
|
size_type | Size ) |
|
virtual |
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-2.7.0/include/framecpp/Common/FrameBufferInterface.hh
- Common/FrameBufferInterface.hh
- Common/FrameBufferInterface.cc