HIPC  0.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
mockio.c File Reference
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <mockio.h>
Include dependency graph for mockio.c:

Go to the source code of this file.

Functions

void mockIOInit (struct MockIO *mio_p, const struct MockIOOp *ops, const unsigned int nops)
 
int mockIOCheckCompletion (struct MockIO *mio_p)
 
enum HIPC_errno mockIORead (struct MockIO *mio_p, void *buf, const size_t size)
 
enum HIPC_errno mockIOWrite (struct MockIO *mio_p, const void *buf, const size_t size)
 

Function Documentation

void mockIOInit ( struct MockIO mio_p,
const struct MockIOOp ops,
const unsigned int  nops 
)
int mockIOCheckCompletion ( struct MockIO mio_p)
enum HIPC_errno mockIORead ( struct MockIO mio_p,
void *  buf,
const size_t  size 
)
enum HIPC_errno mockIOWrite ( struct MockIO mio_p,
const void *  buf,
const size_t  size 
)