CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
MemoryRequestServer.h File Reference

Server side of the named shared-memory request/reply service. More...

Include dependency graph for MemoryRequestServer.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

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.