7 #ifndef Svc_DpWriter_HPP 8 #define Svc_DpWriter_HPP 10 #include <config/DpCfg.hpp> 49 void bufferSendIn_handler(
const FwIndexType portNum,
67 void CLEAR_EVENT_THROTTLE_cmdHandler(
FwOpcodeType opCode,
105 U32 m_numBuffersReceived = 0;
108 U64 m_numBytesWritten = 0;
111 U32 m_numSuccessfulWrites = 0;
114 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.