7 #ifndef Svc_DpWriter_HPP 8 #define Svc_DpWriter_HPP 10 #include <config/DpCfg.hpp> 48 void bufferSendIn_handler(
const FwIndexType portNum,
66 void CLEAR_EVENT_THROTTLE_cmdHandler(
FwOpcodeType opCode,
104 U32 m_numBuffersReceived = 0;
107 U64 m_numBytesWritten = 0;
110 U32 m_numSuccessfulWrites = 0;
113 U32 m_numFailedWrites = 0;
A data product Container.
FwIdType FwOpcodeType
The type of a command opcode.
PlatformSizeType FwSizeType
void configure(const Fw::StringBase &dpFileNamePrefix)
Configure writer.
PlatformIndexType FwIndexType
RateGroupDivider component implementation.
DpWriter(const char *const compName)
friend class DpWriterTester
Auto-generated base for DpWriter component.