Bitstream Interpretation Library (BIL)
0.1
|
Decodes configuration data by using a configuration data base. More...
#include <cfgdecode/CfgDecoder.hpp>
Public Member Functions | |
void | decode (CfgExtractor &extractor, const DeviceCfgDb &db, const Device &device) |
Decodes configuration data. | |
const PIPRefs & | pipRefs () const |
Gets PIP result list. |
Decodes configuration data by using a configuration data base.
This class will decode binary configuration data to lists of active PIPs and configurated primitive sites. For this task it needs a configuration data base for the device the data is for, and a description of the device.
Definition at line 25 of file CfgDecoder.hpp.
void CfgDecoder::decode | ( | CfgExtractor & | extractor, |
const DeviceCfgDb & | db, | ||
const Device & | device | ||
) |
Decodes configuration data.
extractor | The extractor object to get configuration data. |
db | The configuration data base. |
device | The device the configuration is for. |
. |
Definition at line 11 of file CfgDecoder.cpp.
const PIPRefs & CfgDecoder::pipRefs | ( | ) | const |