1#ifndef Cpl_Persistent_Crc_Chunk_h_
2#define Cpl_Persistent_Crc_Chunk_h_
36 constexpr static size_t CRC_SIZE =
sizeof( uint32_t );
This class extends the Cpl::Dm::EventLoop and Cpl::Itc:Mailbox classes to support the asynchronous ch...
Definition MailboxServer.h:43
This abstract class defines the interface for a Chunk.
Definition Chunk.h:30
This concrete class implements the Chunk interface by using a 32Bit CRC for ensuring data integrity.
Definition CrcChunk.h:30
void stop() noexcept
See Cpl::Persistent::Chunk.
virtual size_t pullFromRecord(Payload &srcHandler)
Helper method. Encapsulates retrieving data from the record. Returns the length of the data.
virtual void reset()
Helper method. Encapsulates actions that occur when there is NO VALID data.
size_t getMetadataLength() const noexcept
See Cpl::Persistent::Chunk.
static constexpr size_t CRC_SIZE
The size of the CRC.
Definition CrcChunk.h:36
static constexpr size_t FRAME_OFFSET_DATA
Start of data (aka overhead length)
Definition CrcChunk.h:33
bool updateData(Payload &srcHandler, size_t index=0, bool invalidate=false) noexcept
See Cpl::Persistent::Chunk.
size_t m_dataLen
Data Length for the record.
Definition CrcChunk.h:78
CrcChunk(RegionMedia ®ion)
Constructor.
static constexpr size_t FRAME_OVERHEAD
Total overhead size.
Definition CrcChunk.h:39
virtual bool pushToRecord(Payload &dstHandler)
Helper method. Encapsulates pushing data to the record.
bool loadData(Payload &dstHandler, size_t index=0) noexcept
See Cpl::Persistent::Chunk.
RegionMedia & m_region
Region/Media.
Definition CrcChunk.h:75
void start(Cpl::Dm::MailboxServer &myMbox) noexcept
See Cpl::Persistent::Chunk.
This abstract class defines the interface accessing the 'data payload' of an individual Record instan...
Definition Payload.h:29
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20