|
Cheetah Software
1.0
|
Shared memory utilities for connecting the simulator program to the robot program. More...
#include <fcntl.h>#include <semaphore.h>#include <sys/mman.h>#include <sys/stat.h>#include <unistd.h>#include <cassert>#include <cstring>#include <stdexcept>#include <string>#include "cTypes.h"
Include dependency graph for SharedMemory.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | SharedMemorySemaphore |
| class | SharedMemoryObject< T > |
Macros | |
| #define | DEVELOPMENT_SIMULATOR_SHARED_MEMORY_NAME "development-simulator" |
Shared memory utilities for connecting the simulator program to the robot program.
Definition in file SharedMemory.h.
| #define DEVELOPMENT_SIMULATOR_SHARED_MEMORY_NAME "development-simulator" |
Definition at line 21 of file SharedMemory.h.