#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"
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 | 
| void hipcsvsLedUpdate | ( | struct STRUprm * | prm_p | ) | 
Definition at line 16 of file server.c.
Referenced by hipcsvsLedInit(), and hipcsvsLedRun().

| enum HIPC_errno hipcsvsLedRun | ( | struct HIPC_usoc *const | so_p | ) | 
Definition at line 23 of file server.c.
References HIPC_ERR_S_INV_MSG_TYPE, HIPC_MESSAGE_TYPE_BYE, HIPC_MESSAGE_TYPE_GET, HIPC_MESSAGE_TYPE_PUT, HIPC_MSGHDR_SIZE, HIPC_SUCCESS, hipcGenmdSuccess, hipcGenmdSuccessToGet(), hipcMsgdBdyPtr, hipcMsgdBdySize(), hipcMsgdHdrPtr, hipcMsgdSetBdyForPut(), hipcMsgdType(), hipcsvsLedUpdate(), hipcUsocRead(), hipcUsocWriteMsgd(), and prm.
Referenced by hipcMain().


| void hipcMain | ( | struct HIPC_usoc *const | so_p | ) | 
| int main | ( | void | ) | 
Definition at line 87 of file server.c.
References hipcMain(), hipcPosixUsocInit(), and prm.

      
  | 
  static | 
Definition at line 14 of file server.c.
Referenced by hipcsvsLedRun(), and main().
 1.8.6