Searched refs:CBitParameterBlock (Results 1 – 4 of 4) sorted by relevance
39 CBitParameterBlock::CBitParameterBlock(const string& strName, const CTypeElement* pTypeElement) : b… in CBitParameterBlock() function in CBitParameterBlock43 CInstanceConfigurableElement::Type CBitParameterBlock::getType() const in getType()49 uint32_t CBitParameterBlock::getFootPrint() const in getFootPrint()55 uint32_t CBitParameterBlock::getSize() const in getSize()61 void CBitParameterBlock::setDefaultValues(CParameterAccessContext& parameterAccessContext) const in setDefaultValues()
34 class CBitParameterBlock : public CInstanceConfigurableElement37 CBitParameterBlock(const std::string& strName, const CTypeElement* pTypeElement);
71 return new CBitParameterBlock(getName(), this); in doInstantiate()
55 return static_cast<const CBitParameterBlock*>(getParent())->getSize(); in getBelongingBlockSize()