![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This class represents a defined message, which is posted to a mailbox-server as a request. More...
This class represents a defined message, which is posted to a mailbox-server as a request.
It includes members which enable the client to be notified when the server thread has completed the request.
#include <ServiceMessage.h>
Public Member Functions | |
ServiceMessage (ReturnHandler &rh) noexcept | |
Constructor. | |
void | returnToSender () noexcept |
This operation is invoked by the server when it has completed the operation implemented as a part of this message. | |
![]() | |
bool | insert_ (void *newContainerPtr) |
Helper method to trap when inserting an item in multiple containers. | |
bool | isInContainer_ (const void *containerPtr) const noexcept |
Returns 'true' if the instance is in the specified container. | |
Additional Inherited Members | |
![]() | |
static void | remove_ (Item *itemPtr) noexcept |
Helper method to do the proper 'clean-up' for the multiple-containers-error-trap when removing an item from a container. | |
![]() | |
void * | m_prevPtr_ |
The previous link field. | |
![]() | |
void * | m_nextPtr_ |
The link field. | |
void * | m_inListPtr_ |
Debug field. | |
![]() | |
ExtendedItem () | |
Constructor. | |
ExtendedItem (const char *ignoreThisParameter_usedToCreateAUniqueConstructor) | |
Constructor used ONLY with the child class MapItem: -->special constructor to allow a Map to be statically allocated. | |
![]() | |
Item () | |
Constructor. | |
Item (const char *) | |
Constructor used ONLY with the child class MapItem: -->special constructor to allow a Map to be statically allocated. | |
|
noexcept |
Constructor.
|
noexcept |
This operation is invoked by the server when it has completed the operation implemented as a part of this message.
Use of this operation relinquishes the ownership of the message from the server (which invokes the operation) to the client.