|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Server side of the named shared-memory request/reply service. More...
#include "MemoryRequestConnection.h"Go to the source code of this file.
Classes | |
| class | cmlabs::MemoryRequestServer |
| Owner of a named request/reply segment; serves incoming client requests. More... | |
Namespaces | |
| namespace | cmlabs |
Server side of the named shared-memory request/reply service.
Creates and owns the named segment that MemoryRequestConnection clients attach to, then serves requests via an internal server-side connection. See MemoryRequestConnection.h for the segment layout and client usage.
Definition in file MemoryRequestServer.h.