Defines | Functions
mbx.h File Reference
#include <stdint.h>
#include <rtai_mbx.h>
#include "myStuff.h"
Include dependency graph for mbx.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define _mbx_

Functions

int closeMbx (MBX *mbx)
int openExistingMbx (MBX **mbx, const char *name)
int openNewMbx (MBX **mbx, const char *name, int buffSize)
int openNewMbxBuf (MBX **mbx, const char *name, int buffSize, int sizeBuf)
int receiveViaMbx (MBX *mbx, void *data, uint32_t size)
int sendViaMbx (MBX *mbx, void *data, uint32_t sizeIn)

Define Documentation

#define _mbx_

Definition at line 19 of file mbx.h.


Function Documentation

int closeMbx ( MBX *  mbx)

Definition at line 135 of file mbx.c.

int openExistingMbx ( MBX **  mbx,
const char *  name 
)

Definition at line 17 of file mbx.c.

int openNewMbx ( MBX **  mbx,
const char *  name,
int  buffSize 
)

Definition at line 3 of file mbx.c.

int openNewMbxBuf ( MBX **  mbx,
const char *  name,
int  buffSize,
int  sizeBuf 
)

Definition at line 10 of file mbx.c.

int receiveViaMbx ( MBX *  mbx,
void *  data,
uint32_t  size 
)

Definition at line 84 of file mbx.c.

int sendViaMbx ( MBX *  mbx,
void *  data,
uint32_t  sizeIn 
)

Definition at line 24 of file mbx.c.



rtai_wrapper
Author(s): Johannes Mayr
autogenerated on Mon Jan 6 2014 11:08:05