1#ifndef Cpl_Persistent_NVAdapter_h_
2#define Cpl_Persistent_NVAdapter_h_
42 bool write(
size_t offset, const
void* srcData,
size_t srcLen ) noexcept;
45 size_t read(
size_t offset,
void* dstBuffer,
size_t bytesToRead ) noexcept;
This class extends the Cpl::Dm::EventLoop and Cpl::Itc:Mailbox classes to support the asynchronous ch...
Definition MailboxServer.h:43
This concrete class implements the RegionMedia interface using the Driver::NV::Api interface.
Definition NVAdapter.h:28
NVAdapter(Driver::NV::Api &lowLevelDriver, size_t regionStartAddress, size_t regionLen) noexcept
Constructor.
bool write(size_t offset, const void *srcData, size_t srcLen) noexcept
See Cpl::Persistent::RegionMedia.
void start(Cpl::Dm::MailboxServer &myMbox_notUsed) noexcept
See Cpl::Persistent::RegionMedia.
Driver::NV::Api & m_driver
Handle to the low level driver that does all of the work.
Definition NVAdapter.h:50
void stop() noexcept
See Cpl::Persistent::RegionMedia.
size_t read(size_t offset, void *dstBuffer, size_t bytesToRead) noexcept
See Cpl::Persistent::RegionMedia.
This class defines the interface for a platform independent Non-volatile storage driver.
Definition Api.h:35
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20