13 #ifndef PRMDBIMPL_HPP_ 14 #define PRMDBIMPL_HPP_ 22 #include <config/PrmDbImplCfg.hpp> 101 PrmDbStore* m_activeDb;
102 PrmDbStore* m_stagingDb;
105 PrmDbStore m_dbStore1;
106 PrmDbStore m_dbStore2;
171 void PRM_SAVE_FILE_cmdHandler(
FwOpcodeType opCode, U32 cmdSeq);
196 void PRM_COMMIT_STAGED_cmdHandler(
FwOpcodeType opCode, U32 cmdSeq);
Parameter already in database, updated parameter.
State of parameter DB file load operations.
FwIdType FwOpcodeType
The type of a command opcode.
PrmDb_PrmWriteError PrmWriteError
PlatformSizeType FwSizeType
void readParamFile()
PrmDb file read function.
FwIdType FwPrmIdType
The type of a parameter identifier.
PrmDbImpl(const char *name)
PrmDb constructor.
PrmDb_PrmDbType PrmDbType
Parameter added to database.
Component class for managing parameters.
void configure(const char *file)
PrmDb configure method.
Auto-generated base for PrmDb component.
PrmDb_PrmReadError PrmReadError
PrmDb_PrmDbFileLoadState PrmDbFileLoadState
PlatformIndexType FwIndexType
RateGroupDivider component implementation.
Enum representing parameter validity.
No slots available to add new parameter.
virtual ~PrmDbImpl()
PrmDb destructor.