Bitstream Interpretation Library (BIL)
0.1
|
Extracts data from configuration. More...
#include <correlation/cfgextraction/CfgExtractor.hpp>
Public Member Functions | |
virtual | ~CfgExtractor () |
Destructs a CfgExtractor instance. | |
virtual size_t | getDataWordCount (unsigned row, unsigned column) const =0 |
Gets number of associated data words of a distinct tile. | |
virtual size_t | getDataWords (unsigned row, unsigned column, boost::uint32_t *data, size_t dataWordCount) const =0 |
Gets associated data words of a distinct tile. |
Extracts data from configuration.
This base class provides an interface for extracting data belonging to a distinct tile out of the whole device configuration data.
Definition at line 22 of file CfgExtractor.hpp.
|
virtual |
Destructs a CfgExtractor instance.
Definition at line 11 of file CfgExtractor.cpp.
|
pure virtual |
Gets number of associated data words of a distinct tile.
row | Row position of tile. |
column | Column position of tile. |
Implemented in bil::V5CfgExtractor.
|
pure virtual |
Gets associated data words of a distinct tile.
row | Row position of tile. |
column | Column position of tile. |
data | Pointer to buffer for data words. |
dataWordCount | Size of data word buffer. |
. |
Implemented in bil::V5CfgExtractor.