AWE Core 8.D.12 Documentation
AWECore.h
Go to the documentation of this file.
1/*******************************************************************************
2*
3* Audio Framework
4* ---------------
5*
6********************************************************************************
7* AWECore.h
8********************************************************************************
9*
10* Description: AudioWeaver Framework main header file
11*
12* Copyright: (c) 2007-2021 DSP Concepts, Inc. All rights reserved.
13* 3235 Kifer Road
14* Santa Clara, CA 95054
15*
16*******************************************************************************/
17
28#ifndef _FRAMEWORK_H
29//Do nothing if Framework.h was previously included.
30
31#ifndef _AWECORE_H
32#define _AWECORE_H
33
34#include <stdlib.h>
35#include <string.h>
36#include <stddef.h>
37
38// Include the TargetProcessor header that includes another processor specific header file.
39#include "TargetProcessor.h"
40#include "FlashFSInstance.h"
41#include "Pin.h"
43typedef void ModClassModule;
44#include "AWEInstance.h"
45
46#endif // _AWECORE_H
47
48#endif // _FRAMEWORK_H
void ModClassModule
Opaque declaration for framework structure ModClassModule.
Definition: AWECore.h:43
The AWEInstance API Header File.
The AWEFlashFSInstance API Header File.