Go to the source code of this file.
Functions | |
int | hipcUsocReadReady (struct HIPC_usoc *so_p) |
void | hipcMain (struct HIPC_usoc *const so_p) |
void | hipcsvsRtInit (void) |
Variables | |
struct HIPC_pbank | hipcsvsRt_pbank |
struct HIPC_queue | hipcsvsRt_queue |
int hipcUsocReadReady | ( | struct HIPC_usoc * | so_p | ) |
Definition at line 14 of file main_posix.c.
References HIPC_usoc::fdr, and hipcPosixReadReady().
Referenced by hipcsvsRtRun().
void hipcMain | ( | struct HIPC_usoc *const | so_p | ) |
Definition at line 68 of file server.c.
References HIPC_ERR_S_IO_READ, HIPC_ERR_S_IO_WRITE, HIPC_ERR_S_V_UNINIT_MSG, HIPC_SUCCESS, hipcGenmdQuit, hipcsvsLedRun(), hipcsvsRtRun(), hipcUsocAcceptSimple(), and hipcUsocWriteMsgd().
Referenced by main().
void hipcsvsRtInit | ( | void | ) |
Definition at line 15 of file hipcsvs_rt.c.
References hipcPbankInit(), hipcQueueInit(), hipcsvsRt_pbank, hipcsvsRt_queue, PBANK_PAGE_SIZE, and QUEUE_ITEM_SIZE.
Referenced by main().
struct HIPC_pbank hipcsvsRt_pbank |
Definition at line 13 of file hipcsvs_rt.c.
Referenced by hipcsvsRtInit(), hipcsvsRtRun(), and runMockServer().
struct HIPC_queue hipcsvsRt_queue |
Definition at line 16 of file hipcsvs_rt.c.
Referenced by hipcsvsRtInit(), runMockServer(), and send_cast().