CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
 MessagingMessage containers, subscriptions, indexing and record/replay
 Shared-Memory SubsystemShared-memory segments, maps, queues and allocators used for inter-process communication in Psyclone
 NetworkingSocket transports, wire protocols, and the NetworkManager connection/channel layer (including the built-in HTTP/WebSocket server)
 Functions dealing with timeThe CMSDK time layer: µs-resolution 64-bit timestamps, one shared timeline for every thread, process and machine in a Psyclone system
 RequestsThe distributed request/response fabric: RequestClient posts requests, RequestGateway routes and load-balances them, RequestExecutor processes them and replies
 ThreadingThread creation, lifecycle control and per-thread CPU statistics
 Unit Test FrameworkRegistration, execution, progress/metric reporting and perf comparison for CMSDK tests
 Utility functions and objectsCross-platform helper layer of the CMSDK: synchronization primitives, threads and processes, shared memory, timers, bit fields, sockets and name lookup, registry access (Windows), file I/O, rich string/text manipulation, numeric parsing/formatting and random numbers