1#ifndef Cpl_Container_RingBuffer_MP_h_
2#define Cpl_Container_RingBuffer_MP_h_
This template class implements a THREAD SAFE Ring Buffer AND it maintains/reports the number of eleme...
Definition RingBufferMP.h:35
bool add(const ITEM &item, uint16_t &seqNum) noexcept
Extends add() to expose/return the MP's sequence number on the update.
Definition RingBufferMP.h:89
uint16_t incrementMp() noexcept
helper method to increment the MP
Definition RingBufferMP.h:116
bool add(const ITEM &item) noexcept
See Cpl::Container::RingBuffer.
Definition RingBufferMP.h:78
bool remove(ITEM &dst) noexcept
See Cpl::Container::RingBuffer.
Definition RingBufferMP.h:56
void clearTheBuffer(uint16_t &seqNum) noexcept
Extends add() to expose/return the MP's sequence number on the update.
Definition RingBufferMP.h:108
Cpl::Dm::Mp::Uint32 & m_mpElementCount
Model point to report my element count. NOTE: Public access is allowed to simply the application subs...
Definition RingBufferMP.h:146
void clearTheBuffer() noexcept
See Cpl::Container::RingBuffer.
Definition RingBufferMP.h:101
bool remove(ITEM &dst, uint16_t &seqNum) noexcept
Extends remove() to expose/return the MP's sequence number on the update.
Definition RingBufferMP.h:67
uint16_t decrementMp() noexcept
helper method to decrement the MP
Definition RingBufferMP.h:127
RingBufferMP(unsigned maxElements, ITEM memoryForElements[], Cpl::Dm::Mp::Uint32 &mpElementCount) noexcept
Constructor.
Definition RingBufferMP.h:42
This template class implements a THREAD SAFE Ring Buffer.
Definition RingBufferMT.h:33
bool remove(ITEM &dst) noexcept
See Cpl::Container::RingBuffer.
Definition RingBufferMT.h:46
bool add(const ITEM &item) noexcept
See Cpl::Container::RingBuffer.
Definition RingBufferMT.h:49
void clearTheBuffer() noexcept
See Cpl::Container::RingBuffer.
Definition RingBufferMT.h:134
bool isNotValid(uint16_t *seqNumPtr=0) const noexcept
See Cpl::Dm::ModelPoint.
uint16_t write(ELEMTYPE newValue, Cpl::Dm::ModelPoint::LockRequest_T lockRequest=Cpl::Dm::ModelPoint::eNO_REQUEST) noexcept
Type safe write. See Cpl::Dm::ModelPoint.
Definition Numeric.h:91
uint16_t decrement(ELEMTYPE decSize=1, Cpl::Dm::ModelPoint::LockRequest_T lockRequest=Cpl::Dm::ModelPoint::eNO_REQUEST) noexcept
Atomic decrement.
Definition Numeric.h:106
uint16_t increment(ELEMTYPE incSize=1, Cpl::Dm::ModelPoint::LockRequest_T lockRequest=Cpl::Dm::ModelPoint::eNO_REQUEST) noexcept
Atomic increment.
Definition Numeric.h:97
This class provides a concrete implementation for a Point who's data is a uint32_t.
Definition Uint32.h:43
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20