HomeSort by relevance Sort by last modified time
    Searched defs:CSubsystem (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/parameter/
Subsystem.h 48 class CSubsystem : public CConfigurableElementWithMapping, private IMapper
53 CSubsystem(const std::string& strName);
54 virtual ~CSubsystem();
105 CSubsystem(const CSubsystem&);
106 CSubsystem& operator=(const CSubsystem&);
109 virtual const CSubsystem* getBelongingSubsystem() const;
Subsystem.cpp 48 CSubsystem::CSubsystem(const string& strName) : base(strName), _pComponentLibrary(new CComponentLibrary), _pInstanceDefinition(new CInstanceDefinition), _bBigEndian(false), _pMappingData(NULL)
55 CSubsystem::~CSubsystem()
80 string CSubsystem::getKind() const
86 bool CSubsystem::isBigEndian() const
92 bool CSubsystem::isAlive() const
98 bool CSubsystem::needResync(bool bClear)
106 bool CSubsystem::fromXml(const CXmlElement& xmlElement, CXmlSerializingContext& serializingContext)
164 bool CSubsystem::serializeXmlSettings(CXmlElement& xmlConfigurationSettingsElementContent, CConfigurationAccessCon (…)
    [all...]

Completed in 47 milliseconds