#include <unistd.h>#include <assert.h>#include <stdio.h>#include <stdlib.h>#include <hipc/posix/clientutils.h>#include <hipc/session.h>#include "CFGrt.h"#include "CFGrt_ccfg.h"
Go to the source code of this file.
Functions | |
| enum HIPC_errno | handler_log (struct HIPC_client *cl_p, const hipc_msg msg, void *cimg, void *arg) |
| int | main (void) |
| enum HIPC_errno handler_log | ( | struct HIPC_client * | cl_p, |
| const hipc_msg | msg, | ||
| void * | cimg, | ||
| void * | arg | ||
| ) |
Definition at line 13 of file client_rt.c.
References HIPC_SUCCESS.
Referenced by main().

| int main | ( | void | ) |
Definition at line 29 of file client_rt.c.
References handler_log(), HIPC_ERRCHECK, hipcClose(), hipcOpen(), hipcPosixReadMsg(), hipcPosixWriteMsg(), hipcPut(), and hipcSetHandler().

1.8.6