HIPC  0.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
main_posix.c File Reference
#include <unistd.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#include <hipc/posix/ioutils.h>
#include <hipc/posix/usoc.h>
#include "CFGrt.h"
#include "hipcsvs_rt.h"
Include dependency graph for main_posix.c:

Go to the source code of this file.

Functions

int hipcUsocReadReady (struct HIPC_usoc *so_p)
 
static void * runMockServer (void *arg)
 
int main (void)
 

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:

static void* runMockServer ( void *  arg)
static

Definition at line 19 of file main_posix.c.

References hipcPbankGetReadOnlyPage(), hipcPbankSwitchAccept(), hipcQueueFull(), hipcQueuePush(), hipcsvsRt_pbank, and hipcsvsRt_queue.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

int main ( void  )

Definition at line 62 of file main_posix.c.

References hipcMain(), hipcPosixUsocInit(), hipcsvsRtInit(), and runMockServer().

Here is the call graph for this function: