AWE Core 8.D.12 Documentation
Data Structures | Typedefs
AWECore Instance

Data Structures

struct  _AWEInstance
 The AWE instance. More...
 

Typedefs

typedef struct _AWEInstance AWEInstance
 The AWE instance. More...
 

Detailed Description

Typedef Documentation

◆ AWEInstance

typedef struct _AWEInstance AWEInstance

The AWE instance.

The AWE Instance struct must have its members/pointers assigned at init time. The AWEInstance is the most important structure, and it must be initialized properly. After assigning all of the required members, the BSP author will call the awe_init() function. All members are required to be assigned unless they are marked optional in the detailed description below..