librnr  1.14.5
RoadNarrows Robotics Common Library 1
shm_t Struct Reference

Shared memory structure type. More...

#include <shm.h>

Public Attributes

key_t m_shmKey
 shared memory key
 
int m_shmId
 shared memory identifier
 
size_t m_shmSize
 shared memory size in bytes
 
void * m_shmAddr
 starting addressed of attached shared memory
 

Detailed Description

Shared memory structure type.

Definition at line 39 of file shm.h.


The documentation for this struct was generated from the following file: