![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
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...
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>
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. | |
![]() | |
CloseSync (PostApi &myMbox) noexcept | |
Constructor. | |
bool | close (void *args=nullptr) |
See CloseSync. | |
![]() | |
OpenSync (PostApi &myMbox) noexcept | |
Constructor. | |
bool | open (void *args=nullptr) |
See OpenApi. | |
![]() | |
virtual | ~OpenApi () |
Virtual destructor. | |
![]() | |
virtual | ~CloseApi () |
Virtual destructor. | |
![]() | |
virtual | ~GetLatestRequest () |
Virtual Destructor. | |
![]() | |
virtual | ~GetNextRequest () |
Virtual Destructor. | |
![]() | |
virtual | ~GetPreviousRequest () |
Virtual Destructor. | |
![]() | |
virtual | ~GetByBufferIndexRequest () |
Virtual Destructor. | |
![]() | |
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 | |
IndexedEntryRecord & | m_record |
Indexed Entry Record that handles the actual work to read/write the data. | |
Cpl::Dm::SubscriberComposer< IndexedEntryServer, Cpl::Dm::Mp::Uint32 > | m_observerElementCount |
Observer for change notification (to the RingBuffer) | |
Cpl::Container::RingBufferMP< ENTRY > & | m_addBuffer |
the 'add' buffer | |
bool | m_opened |
Track my open state. | |
![]() | |
PostApi & | m_mbox |
Mailbox (of the server implementing the ITC request() method. | |
|
inlinenoexcept |
Constructor.
|
inlinenoexcept |
Element Count Change notification.
|
inlinevirtualnoexcept |
See Cpl::Persistent::IndexEntryReader.
Implements Cpl::Persistent::GetByBufferIndexRequest.
|
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.
|
inlinevirtual |
|
inlinevirtual |
This method stops the server (See Cpl::Itc::CloseSync)
Implements Cpl::Itc::CloseRequest.
|
inlinevirtual |
|
inlinevirtual |
See Cpl::Persistent::GetLatestRequest.
Implements Cpl::Persistent::GetLatestRequest.
|
inlinevirtual |
See Cpl::Persistent::GetNextRequest.
Implements Cpl::Persistent::GetNextRequest.
|
inlinevirtual |
See Cpl::Persistent::GetPreviousRequest.
Implements Cpl::Persistent::GetPreviousRequest.
|
inlinevirtual |
This method starts the server (See Cpl::Itc::OpenSync)
Implements Cpl::Itc::OpenRequest.
|
protected |
the 'add' buffer
|
protected |
Observer for change notification (to the RingBuffer)
|
protected |
Track my open state.
|
protected |
Indexed Entry Record that handles the actual work to read/write the data.