EEROS  0.4.1.0
API for the EEROS Real-Time Robotics Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SharedMemory.hpp File Reference
#include <string>
#include <eeros/types.hpp>
Include dependency graph for SharedMemory.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  eeros::SharedMemory
 

Namespaces

 eeros
 

Enumerations

enum  eeros::SharedMemoryError { eeros::kShmFileOpenError = -1, eeros::kShmTrucateError = -2, eeros::kShmMapError = -3, eeros::kShmUnMapError = -4 }
 
enum  eeros::SharedMemoryError1 { eeros::kShmOk = 0, eeros::kShmError = -1 }