![]() |
COMPASS
5.4.4
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 62 of file carma_ipcs.h.
size_t sh_buffer_st::data_size |
Definition at line 66 of file carma_ipcs.h.
bool sh_buffer_st::isBoard |
Definition at line 64 of file carma_ipcs.h.
sem_t sh_buffer_st::mutex |
Definition at line 69 of file carma_ipcs.h.
char sh_buffer_st::name[NAME_MAX+1] |
Definition at line 63 of file carma_ipcs.h.
unsigned int sh_buffer_st::nb_proc |
Definition at line 67 of file carma_ipcs.h.
void* sh_buffer_st::p_shm |
Definition at line 68 of file carma_ipcs.h.
size_t sh_buffer_st::size |
Definition at line 65 of file carma_ipcs.h.
sem_t sh_buffer_st::wait_pub |
Definition at line 70 of file carma_ipcs.h.