#include <shmem_carrier/ShmemTypes.h>
Public Attributes | |
bool | resize |
bool | close |
int | size |
int | newsize |
int | head |
int | tail |
int | avail |
int | waiting |
Definition at line 15 of file ShmemTypes.h.
int ShmemHeader_t::avail |
Definition at line 25 of file ShmemTypes.h.
bool ShmemHeader_t::close |
Definition at line 18 of file ShmemTypes.h.
int ShmemHeader_t::head |
Definition at line 23 of file ShmemTypes.h.
int ShmemHeader_t::newsize |
Definition at line 21 of file ShmemTypes.h.
bool ShmemHeader_t::resize |
Definition at line 17 of file ShmemTypes.h.
int ShmemHeader_t::size |
Definition at line 20 of file ShmemTypes.h.
int ShmemHeader_t::tail |
Definition at line 24 of file ShmemTypes.h.
int ShmemHeader_t::waiting |
Definition at line 26 of file ShmemTypes.h.