AWECore 8.C.10 API Document
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 
23 #ifndef _FRAMEWORK_H
24 //Do nothing if Framework.h was previously included.
25 
26 #ifndef _AWECORE_H
27 #define _AWECORE_H
28 
29 #include <stdlib.h>
30 #include <string.h>
31 #include <stddef.h>
32 
33 // Include the TargetProcessor header that includes another processor specific header file.
34 #include "TargetProcessor.h"
35 #include "FlashFSInstance.h"
36 #include "Pin.h"
37 // Opaque declaration for framework structure ModClassModule
38 typedef void ModClassModule;
39 #include "AWEInstance.h"
40 
41 #endif // _AWECORE_H
42 
43 #endif // _FRAMEWORK_H
AWEInstance.h
The AWEInstance API Header File.