GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
Cpl::Persistent::IndexedEntryServer< ENTRY > Class Template Reference

This concrete template class implements the ITC messaging (and Model Point monitoring) needed to provide a thread-safe/asynchronous interface for reading/writing 'Indexed Entries'. More...

Detailed Description

template<class ENTRY>
class Cpl::Persistent::IndexedEntryServer< ENTRY >

This concrete template class implements the ITC messaging (and Model Point monitoring) needed to provide a thread-safe/asynchronous interface for reading/writing 'Indexed Entries'.

Template Args: ENTRY:= The Application specific class that defines an 'entry'

#include <IndexedEntryServer.h>

Inheritance diagram for Cpl::Persistent::IndexedEntryServer< ENTRY >:
[legend]
Collaboration diagram for Cpl::Persistent::IndexedEntryServer< ENTRY >:
[legend]

Public Member Functions

 IndexedEntryServer (Cpl::Dm::MailboxServer &myMbox, IndexedEntryRecord &indexedEntryRecord, Cpl::Container::RingBufferMP< ENTRY > &incomingEntriesBuffer) noexcept
 Constructor.
 
void request (OpenMsg &msg)
 This method starts the server (See Cpl::Itc::OpenSync)
 
void request (CloseMsg &msg)
 This method stops the server (See Cpl::Itc::CloseSync)
 
void elementCountChanged (Cpl::Dm::Mp::Uint32 &mp, Cpl::Dm::SubscriberApi &clientObserver) noexcept
 Element Count Change notification.
 
void request (GetLatestMsg &msg)
 See Cpl::Persistent::GetLatestRequest.
 
void request (GetNextMsg &msg)
 See Cpl::Persistent::GetNextRequest.
 
void request (GetPreviousMsg &msg)
 See Cpl::Persistent::GetPreviousRequest.
 
void request (GetByBufferIndexMsg &msg)
 See Cpl::Persistent::GetByBufferIndexRequest.
 
size_t getMaxIndex () const noexcept
 See Cpl::Persistent::IndexEntryReader.
 
void request (ClearAllEntriesMsg &msg)
 See Cpl::Persistent::ClearAllEntriesRequest.
 
- Public Member Functions inherited from Cpl::Itc::CloseSync
 CloseSync (PostApi &myMbox) noexcept
 Constructor.
 
bool close (void *args=nullptr)
 See CloseSync.
 
- Public Member Functions inherited from Cpl::Itc::OpenSync
 OpenSync (PostApi &myMbox) noexcept
 Constructor.
 
bool open (void *args=nullptr)
 See OpenApi.
 
- Public Member Functions inherited from Cpl::Itc::OpenApi
virtual ~OpenApi ()
 Virtual destructor.
 
- Public Member Functions inherited from Cpl::Itc::CloseApi
virtual ~CloseApi ()
 Virtual destructor.
 
- Public Member Functions inherited from Cpl::Persistent::GetLatestRequest
virtual ~GetLatestRequest ()
 Virtual Destructor.
 
- Public Member Functions inherited from Cpl::Persistent::GetNextRequest
virtual ~GetNextRequest ()
 Virtual Destructor.
 
- Public Member Functions inherited from Cpl::Persistent::GetPreviousRequest
virtual ~GetPreviousRequest ()
 Virtual Destructor.
 
- Public Member Functions inherited from Cpl::Persistent::GetByBufferIndexRequest
virtual ~GetByBufferIndexRequest ()
 Virtual Destructor.
 
- Public Member Functions inherited from Cpl::Persistent::ClearAllEntriesRequest
virtual ~ClearAllEntriesRequest ()
 Virtual Destructor.
 

Protected Member Functions

virtual void hookAddingEntry (ENTRY &src)
 Hook to allow a child class processing when an entry is added. This method is called just PRIOR to writing the data to persistent storage.
 

Protected Attributes

IndexedEntryRecordm_record
 Indexed Entry Record that handles the actual work to read/write the data.
 
Cpl::Dm::SubscriberComposer< IndexedEntryServer, Cpl::Dm::Mp::Uint32m_observerElementCount
 Observer for change notification (to the RingBuffer)
 
Cpl::Container::RingBufferMP< ENTRY > & m_addBuffer
 the 'add' buffer
 
bool m_opened
 Track my open state.
 
- Protected Attributes inherited from Cpl::Itc::OpenSync
PostApim_mbox
 Mailbox (of the server implementing the ITC request() method.
 

Additional Inherited Members

- Public Types inherited from Cpl::Itc::OpenRequest
typedef Cpl::Itc::SAP< OpenRequestSAP
 SAP for this API.
 
typedef RequestMessage< OpenRequest, OpenPayloadOpenMsg
 Message Type: Open.
 
- Public Types inherited from Cpl::Itc::CloseRequest
typedef Cpl::Itc::SAP< CloseRequestSAP
 SAP for this API.
 
typedef RequestMessage< CloseRequest, ClosePayloadCloseMsg
 Message Type: Close.
 
- Public Types inherited from Cpl::Persistent::GetLatestRequest
typedef Cpl::Itc::SAP< GetLatestRequestSAP
 SAP for this API.
 
typedef Cpl::Itc::RequestMessage< GetLatestRequest, PayloadGetLatestMsg
 Message Type: GetLatest.
 
- Public Types inherited from Cpl::Persistent::GetNextRequest
typedef Cpl::Itc::SAP< GetNextRequestSAP
 SAP for this API.
 
typedef Cpl::Itc::RequestMessage< GetNextRequest, PayloadGetNextMsg
 Message Type: GetNext.
 
- Public Types inherited from Cpl::Persistent::GetPreviousRequest
typedef Cpl::Itc::SAP< GetPreviousRequestSAP
 SAP for this API.
 
typedef Cpl::Itc::RequestMessage< GetPreviousRequest, PayloadGetPreviousMsg
 Message Type: GetPrevious.
 
- Public Types inherited from Cpl::Persistent::GetByBufferIndexRequest
typedef Cpl::Itc::SAP< GetByBufferIndexRequestSAP
 SAP for this API.
 
typedef Cpl::Itc::RequestMessage< GetByBufferIndexRequest, PayloadGetByBufferIndexMsg
 Message Type: GetByBufferIndex.
 
- Public Types inherited from Cpl::Persistent::ClearAllEntriesRequest
typedef Cpl::Itc::SAP< ClearAllEntriesRequestSAP
 SAP for this API.
 
typedef Cpl::Itc::RequestMessage< ClearAllEntriesRequest, PayloadClearAllEntriesMsg
 Message Type: GetPrevious.
 

Constructor & Destructor Documentation

◆ IndexedEntryServer()

template<class ENTRY >
Cpl::Persistent::IndexedEntryServer< ENTRY >::IndexedEntryServer ( Cpl::Dm::MailboxServer myMbox,
IndexedEntryRecord indexedEntryRecord,
Cpl::Container::RingBufferMP< ENTRY > &  incomingEntriesBuffer 
)
inlinenoexcept

Constructor.

Member Function Documentation

◆ elementCountChanged()

template<class ENTRY >
void Cpl::Persistent::IndexedEntryServer< ENTRY >::elementCountChanged ( Cpl::Dm::Mp::Uint32 mp,
Cpl::Dm::SubscriberApi clientObserver 
)
inlinenoexcept

Element Count Change notification.

◆ getMaxIndex()

template<class ENTRY >
size_t Cpl::Persistent::IndexedEntryServer< ENTRY >::getMaxIndex ( ) const
inlinevirtualnoexcept

See Cpl::Persistent::IndexEntryReader.

Implements Cpl::Persistent::GetByBufferIndexRequest.

◆ hookAddingEntry()

template<class ENTRY >
virtual void Cpl::Persistent::IndexedEntryServer< ENTRY >::hookAddingEntry ( ENTRY &  src)
inlineprotectedvirtual

Hook to allow a child class processing when an entry is added. This method is called just PRIOR to writing the data to persistent storage.

◆ request() [1/7]

template<class ENTRY >
void Cpl::Persistent::IndexedEntryServer< ENTRY >::request ( ClearAllEntriesMsg msg)
inlinevirtual

◆ request() [2/7]

template<class ENTRY >
void Cpl::Persistent::IndexedEntryServer< ENTRY >::request ( CloseMsg msg)
inlinevirtual

This method stops the server (See Cpl::Itc::CloseSync)

Implements Cpl::Itc::CloseRequest.

◆ request() [3/7]

template<class ENTRY >
void Cpl::Persistent::IndexedEntryServer< ENTRY >::request ( GetByBufferIndexMsg msg)
inlinevirtual

◆ request() [4/7]

template<class ENTRY >
void Cpl::Persistent::IndexedEntryServer< ENTRY >::request ( GetLatestMsg msg)
inlinevirtual

◆ request() [5/7]

template<class ENTRY >
void Cpl::Persistent::IndexedEntryServer< ENTRY >::request ( GetNextMsg msg)
inlinevirtual

◆ request() [6/7]

template<class ENTRY >
void Cpl::Persistent::IndexedEntryServer< ENTRY >::request ( GetPreviousMsg msg)
inlinevirtual

◆ request() [7/7]

template<class ENTRY >
void Cpl::Persistent::IndexedEntryServer< ENTRY >::request ( OpenMsg msg)
inlinevirtual

This method starts the server (See Cpl::Itc::OpenSync)

Implements Cpl::Itc::OpenRequest.

Member Data Documentation

◆ m_addBuffer

template<class ENTRY >
Cpl::Container::RingBufferMP<ENTRY>& Cpl::Persistent::IndexedEntryServer< ENTRY >::m_addBuffer
protected

the 'add' buffer

◆ m_observerElementCount

template<class ENTRY >
Cpl::Dm::SubscriberComposer<IndexedEntryServer, Cpl::Dm::Mp::Uint32> Cpl::Persistent::IndexedEntryServer< ENTRY >::m_observerElementCount
protected

Observer for change notification (to the RingBuffer)

◆ m_opened

template<class ENTRY >
bool Cpl::Persistent::IndexedEntryServer< ENTRY >::m_opened
protected

Track my open state.

◆ m_record

template<class ENTRY >
IndexedEntryRecord& Cpl::Persistent::IndexedEntryServer< ENTRY >::m_record
protected

Indexed Entry Record that handles the actual work to read/write the data.


The documentation for this class was generated from the following file: