HIPC  0.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions | Variables
hipcsvs_rt.c File Reference
#include <string.h>
#include <hipc/scfg.h>
#include <hipc/usoc.h>
#include <hipc/usocutils.h>
#include "CFGrt.h"
#include "CFGrt_scfg.h"
#include "hipcsvs_rt.h"
Include dependency graph for hipcsvs_rt.c:

Go to the source code of this file.

Macros

#define PBANK_PAGE_SIZE   sizeof(struct STRUprm)
 

Functions

void hipcsvsRtInit (void)
 
enum HIPC_errno hipcsvsRtRun (struct HIPC_usoc *const so_p, hipc_msgd *const mdq_p)
 
void hipcMain (struct HIPC_usoc *const so_p)
 

Variables

struct HIPC_pbank hipcsvsRt_pbank
 

Macro Definition Documentation

#define PBANK_PAGE_SIZE   sizeof(struct STRUprm)

Definition at line 11 of file hipcsvs_rt.c.

Referenced by hipcsvsRtInit(), and hipcsvsRtRun().

Function Documentation

void hipcsvsRtInit ( void  )

Definition at line 15 of file hipcsvs_rt.c.

Referenced by main().

Here is the caller graph for this function:

enum HIPC_errno hipcsvsRtRun ( struct HIPC_usoc *const  so_p,
hipc_msgd *const  mdq_p 
)
void hipcMain ( struct HIPC_usoc *const  so_p)

Definition at line 104 of file hipcsvs_rt.c.

References HIPC_ERR_S_IO_READ, HIPC_ERR_S_IO_WRITE, HIPC_ERR_S_V_UNINIT_MSG, HIPC_SUCCESS, hipcGenmdQuit, hipcsvsRtRun(), hipcUsocAcceptSimple(), and hipcUsocWriteMsgd().

Here is the call 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().