13#ifndef Svc_BufferAccumulator_HPP
14#define Svc_BufferAccumulator_HPP
31 class ArrayFIFOBuffer {
60 U32 getCapacity()
const;
92 const char*
const compName
128 bufferSendInFill_handler(
134 void bufferSendInReturn_handler(
159 void BA_DrainBuffers_cmdHandler(
const FwOpcodeType opCode,
172 void sendStoredBuffer();
187 ArrayFIFOBuffer m_bufferQueue;
194 bool m_waitForBuffer;
PlatformIntType NATIVE_INT_TYPE
PlatformUIntType NATIVE_UINT_TYPE
Defines a base class for a memory allocator for classes.
void init()
Object initializer.
Auto-generated base for BufferAccumulator component.
void allocateQueue(NATIVE_INT_TYPE identifier, Fw::MemAllocator &allocator, NATIVE_UINT_TYPE maxNumBuffers)
void deallocateQueue(Fw::MemAllocator &allocator)
Return allocated queue. Should be done during shutdown.
BufferAccumulator(const char *const compName)