HIPC
0.5
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
hipc
hipc
usoc.h
Go to the documentation of this file.
1
#ifndef HIPC_USOC_H
2
#define HIPC_USOC_H
3
4
#include <stddef.h>
5
6
#include <
hipc.h
>
7
8
struct
HIPC_usoc
;
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
22
enum
HIPC_errno
23
hipcUsocRead
(
struct
HIPC_usoc
*so_p,
void
*buf,
const
size_t
size);
32
enum
HIPC_errno
33
hipcUsocWrite
(
struct
HIPC_usoc
*so_p,
const
void
*buf,
34
const
size_t
size);
35
36
#ifdef __cplusplus
37
}
38
#endif
39
#endif
hipcUsocRead
enum HIPC_errno hipcUsocRead(struct HIPC_usoc *so_p, void *buf, const size_t size)
Reads exactly size bytes from so_p.
Definition:
posix_usoc.c:24
hipc.h
hipcUsocWrite
enum HIPC_errno hipcUsocWrite(struct HIPC_usoc *so_p, const void *buf, const size_t size)
Writes exactly size bytes to so_p.
Definition:
posix_usoc.c:36
HIPC_errno
HIPC_errno
Definition:
hipc.h:4
HIPC_usoc
Definition:
usoc.h:4
Generated on Sat Jun 27 2015 09:23:32 for HIPC by
1.8.6