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

Go to the source code of this file.

Functions

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

Variables

static struct STRUprm prm
 

Function Documentation

void hipcsvsLedInit ( void  )

Definition at line 13 of file hipcsvs_led.c.

References hipcsvsLedUpdate(), and prm.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 79 of file hipcsvs_led.c.

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

Here is the call graph for this function:

Variable Documentation

struct STRUprm prm
static

Definition at line 11 of file hipcsvs_led.c.

Referenced by hipcsvsLedInit(), and hipcsvsLedRun().