Bitstream Interpretation Library (BIL)  0.1
Public Member Functions
bil::CfgDecoder Class Reference

Decodes configuration data by using a configuration data base. More...

#include <cfgdecode/CfgDecoder.hpp>

List of all members.

Public Member Functions

void decode (CfgExtractor &extractor, const DeviceCfgDb &db, const Device &device)
 Decodes configuration data.
const PIPRefspipRefs () const
 Gets PIP result list.

Detailed Description

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.


Member Function Documentation

void CfgDecoder::decode ( CfgExtractor extractor,
const DeviceCfgDb db,
const Device device 
)

Decodes configuration data.

Parameters:
extractorThe extractor object to get configuration data.
dbThe configuration data base.
deviceThe device the configuration is for.
Exceptions:
.

Definition at line 11 of file CfgDecoder.cpp.

const PIPRefs & CfgDecoder::pipRefs ( ) const

Gets PIP result list.

Returns:
The PIP list.

Definition at line 120 of file CfgDecoder.cpp.


The documentation for this class was generated from the following files: