HIPC  0.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions | Variables
server.c File Reference
#include <unistd.h>
#include <errno.h>
#include <stdio.h>
#include <hipc/scfg.h>
#include <hipc/posix/usoc.h>
#include <hipc/usoc.h>
#include <hipc/usocutils.h>
#include "CFGled.h"
#include "CFGled_scfg.h"
Include dependency graph for server.c:

Go to the source code of this file.

Functions

void hipcsvsLedUpdate (struct STRUprm *prm_p)
 
enum HIPC_errno hipcsvsLedRun (struct HIPC_usoc *const so_p)
 
void hipcMain (struct HIPC_usoc *const so_p)
 
int main (void)
 

Variables

static struct STRUprm prm
 

Function Documentation

void hipcsvsLedUpdate ( struct STRUprm *  prm_p)

Definition at line 16 of file server.c.

Referenced by hipcsvsLedInit(), and hipcsvsLedRun().

Here is the caller graph for this function:

enum HIPC_errno hipcsvsLedRun ( struct HIPC_usoc *const  so_p)
void hipcMain ( struct HIPC_usoc *const  so_p)

Definition at line 68 of file server.c.

Referenced by main().

Here is the caller graph for this function:

int main ( void  )

Definition at line 87 of file server.c.

References hipcMain(), hipcPosixUsocInit(), and prm.

Here is the call graph for this function:

Variable Documentation

struct STRUprm prm
static

Definition at line 14 of file server.c.

Referenced by hipcsvsLedRun(), and main().