HIPC  0.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions | Variables
hipcsvs_rt.h File Reference
#include <hipc/usoc.h>
#include <hipc/pbank.h>
#include <hipc/queue.h>
Include dependency graph for hipcsvs_rt.h:
This graph shows which files directly or indirectly include this file:

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
 

Function Documentation

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().

Here is the call graph for this function:

Here is the caller graph for this function:

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().

Here is the call graph for this function:

Here is the caller graph for this function:

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().

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

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().