ach
Real-TimeIPCLibrary
ach_attr_t Struct Reference

Attributes to pass to ach_open. More...

#include <ach.h>

Data Fields

union {
   struct {
      union {
         int   map_anon
 anonymous channel (put it in process heap, not shm)
 
         ach_map_t   map
 
      } 
 
      struct ach_header *   shm
 the memory buffer used by anonymous channels
 
   } 
 
   uint64_t   reserved_size [8]
 Reserve space to compatibly add future options.
 
}; 
 

Detailed Description

Attributes to pass to ach_open.


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