10 #include "Ref/DpDemo/DpDemoComponentAc.hpp" 16 class DpDemo final :
public DpDemoComponentBase {
23 DpDemo(
const char*
const compName
46 const Ref::DpDemo_ColorEnum& color)
override;
53 const DpDemo_DpReqType& reqType,
63 void dpRecv_DpDemoContainer_handler(DpContainer& container,
68 void cleanupAndSendDp();
71 DpDemo_ColorEnum selectedColor;
75 DpContainer dpContainer;
78 U32 pendingCmdSeq = 0;
FwIdType FwOpcodeType
The type of a command opcode.
~DpDemo()
Destroy DpDemo object.
PlatformIndexType FwIndexType
DpDemo(const char *const compName)
Construct DpDemo object.