mars/callback_types.h File Reference

[host/MPU] MARS Callback Types More...


Data Structures

struct  mars_callback_args
 MARS callback argument structure. More...

Defines

#define MARS_CALLBACK_ARGS_SIZE   48
 Size of callback args structure.
#define MARS_CALLBACK_ARGS_ALIGN   16
 Alignment of callback args structure.

Typedefs

typedef int(* mars_callback )(const struct mars_callback_args *in, struct mars_callback_args *out)
 MARS callback function.

Variables

struct mars_callback_args MARS_CALLBACK_ARGS_ALIGN
 MARS callback argument structure.


Detailed Description

[host/MPU] MARS Callback Types


Typedef Documentation

typedef int(* mars_callback)(const struct mars_callback_args *in, struct mars_callback_args *out)

MARS callback function.

This is the type definition of the callback function.


Variable Documentation

MARS callback argument structure.

This structure is an arbitrary callback argument structure.


Generated on Tue Jun 2 17:48:02 2009 for MARS by  doxygen 1.5.7.1