ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
ISFCore1.h
Go to the documentation of this file.
1 /* ###################################################################
2 ** This component module is generated by Processor Expert. Do not modify it.
3 ** Filename : ISFCore1.h
4 ** CDE edition : Standard
5 ** Project : ISF2P2_K64F_MQX_PROJ
6 ** Processor : MK64FN1M0VLL12
7 ** Component : ISF_KSDK_Core
8 ** Version : Component 02.500, Driver 01.00, CPU db: 3.00.000
9 ** Repository : My Components
10 ** Compiler : GNU C Compiler
11 ** Date/Time : 2016-10-06, 13:38, # CodeGen: 0
12 ** Abstract :
13 **
14 ** Settings :
15 ** Component Name : ISFCore1
16 ** Core Components :
17 ** Command Interpreter Service :
18 ** Enable : yes
19 ** CI Protocol : 1
20 ** CIProtocol0 : Protocol1
21 ** Maximum receive buffer size : 34
22 ** CI Callback List : 4
23 ** NewCICallback0 : App1_ci_app_callback
24 ** NewCICallback1 : BasicApp1_ci_app_callback
25 ** NewCICallback2 : rli_ci_app_callback
26 ** NewCICallback3 : rli_ci_app_callback
27 ** CI Task Priority : 8
28 ** CI Task Stack Size : 1200
29 ** Bus Manager Service :
30 ** Bus Manager Enabled : yes
31 ** ISFBusManager : ISF_KSDK_BusManager
32 ** Bus Manger Task Priority : 9
33 ** Bus Manager Task Stack Size : 1024
34 ** Event Handler Service : yes
35 ** Event Handler Task : OS_Task
36 ** Communication Channel Configuration : ISF_KSDK_Protocol_Adapter
37 ** System Sensor Configuration : 18
38 ** Sensor_0 : Custom_1
39 ** Sensor_1 : FXAS21002_1
40 ** Sensor_2 : FXAS21002_2
41 ** Sensor_3 : FXLC95000_1
42 ** Sensor_4 : FXLC95000_2
43 ** Sensor_5 : FXLS8471_1
44 ** Sensor_6 : FXLS8471_2
45 ** Sensor_7 : FXLS8952_1
46 ** Sensor_8 : FXOS8700_1
47 ** Sensor_9 : FXOS8700_2
48 ** Sensor_10 : Analog_1
49 ** Sensor_11 : MAG3110_1
50 ** Sensor_12 : MMA8491Q_1
51 ** Sensor_13 : MMA865x_1
52 ** Sensor_14 : MMA955x_1
53 ** Sensor_15 : MMA955x_2
54 ** Sensor_16 : MPL3115_1
55 ** Sensor_17 : ORIENT_1
56 ** Contents :
57 ** No public methods
58 **
59 ** (c) Copyright <company/user-name>, 2015,
60 http://www.<company>.com
61 mail: info@<company>.com
62 ** ###################################################################*/
63 /*!
64 ** @file ISFCore1.h
65 ** @version 01.00
66 ** @brief
67 **
68 */
69 /*!
70 ** @addtogroup ISFCore1_module ISFCore1 module documentation
71 ** @{
72 */
73 
74 #ifndef __ISFCore1_H
75 #define __ISFCore1_H
76 
77 /* MODULE ISFCore1. */
78 
79 /* Include inherited components */
80 #include "Protocol1.h"
81 #include "ISFBusManager1.h"
82 #include "EventHandler_Task1.h"
83 #include "CommChannelConfig1.h"
84 #include "Custom_1.h"
85 #include "FXAS21002_1.h"
86 #include "FXAS21002_2.h"
87 #include "FXLC95000_1.h"
88 #include "FXLC95000_2.h"
89 #include "FXLS8471_1.h"
90 #include "FXLS8471_2.h"
91 #include "FXLS8952_1.h"
92 #include "FXOS8700_1.h"
93 #include "FXOS8700_2.h"
94 #include "Analog_1.h"
95 #include "MAG3110_1.h"
96 #include "MMA8491Q_1.h"
97 #include "MMA865x_1.h"
98 #include "MMA955x_1.h"
99 #include "MMA955x_2.h"
100 #include "MPL3115_1.h"
101 #include "ORIENT_1.h"
102 
103 #include "Cpu.h"
104 #include "isf.h"
105 #include "isf_init.h"
106 
107 #include "isf_ci.h"
108 
109 
110 #ifndef __CDEUserType_ISFCore1_Type
111 #define __CDEUserType_ISFCore1_Type
112 typedef char ISFCore1_Type; /*Type*/
113 #endif
114 
115 #ifndef __CDEUserType_ISFCore1_Type
116 #define __CDEUserType_ISFCore1_Type
117 typedef char ISFCore1_Type; /*Type*/
118 #endif
119 
120 
121 
122 
123 
124 
125 
126 
127 void EH_task(os_task_param_t task_init_data);
128 
129 /* END ISFCore1. */
130 
131 #endif
132 /* ifndef __ISFCore1_H */
133 /*!
134 ** @}
135 */
136 /*
137 ** ###################################################################
138 **
139 ** This file was created by Processor Expert 10.5 [05.21]
140 ** for the Freescale Kinetis series of microcontrollers.
141 **
142 ** ###################################################################
143 */
OS_Task component.
char ISFCore1_Type
Definition: ISFCore1.h:112
task_param_t os_task_param_t
Definition: mqx_ksdk.h:354
Main ISF header file. Contains code common to all ISF components.
API definitions, types, and macros for the Intelligent Sensing Framework (ISF) Command Interpreter (C...
The isf_init.h file contains the task initialization attributes required for initialization of the fo...
void EH_task(os_task_param_t task_init_data)
Definition: ISFCore1.c:126