![]() |
COMPASS
5.0.0
End-to-end AO simulation tool using GPU acceleration
|
#include <carma_ipcs.h>
Public Attributes | |
char | name [NAME_MAX+1] |
bool | isBoard |
size_t | size |
size_t | data_size |
unsigned int | nb_proc |
void * | p_shm |
sem_t | mutex |
sem_t | wait_pub |
Definition at line 93 of file carma_ipcs.h.
size_t sh_buffer_st::data_size |
Definition at line 97 of file carma_ipcs.h.
bool sh_buffer_st::isBoard |
Definition at line 95 of file carma_ipcs.h.
sem_t sh_buffer_st::mutex |
Definition at line 100 of file carma_ipcs.h.
char sh_buffer_st::name[NAME_MAX+1] |
Definition at line 94 of file carma_ipcs.h.
unsigned int sh_buffer_st::nb_proc |
Definition at line 98 of file carma_ipcs.h.
void* sh_buffer_st::p_shm |
Definition at line 99 of file carma_ipcs.h.
size_t sh_buffer_st::size |
Definition at line 96 of file carma_ipcs.h.
sem_t sh_buffer_st::wait_pub |
Definition at line 101 of file carma_ipcs.h.