OpenEL  3.0.0
openEL_profCnf.h
Go to the documentation of this file.
1 
12 /*
13 
14 Copyright (c) 2017,2018 Japan Embedded Systems Technology Association(JASA)
15 All rights reserved.
16 
17 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
18 
19  Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
20  Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
21  Neither the name of the Association nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
22 
23 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 */
25 
26 #ifdef EL_SW_COMPOMENT_PROPERTY_TABLE
27  /* ここにコンポーネントプロファイルのテーブルを追加する */
28  struct elMotorFncTblSt *pMotor;
29  struct elSensorFncTblSt *pSensor;
30 #endif /* EL_SW_COMPOMENT_PROPERTY_TABLE */
31 
32 #ifdef EL_SW_COMPONENT_PROPERTY_HEADER
33 /* ここにコンポーネントプロパティヘッダーを追加する */
34 //#include "openEL_NXT.h"
35 #include "openEL_motor.h"
37 #include "openEL_sensor.h"
39 
40 #undef EL_SW_COMPOMENT_PROPERTY_HEADER
41 #endif /* EL_SW_COMPOMENT_PROPERTY_HEADER */
OpenEL Actuator Header File 3.0.0.
OpenEL Torque Sensor Header File 3.0.0.
OpenEL Motor Common File 3.0.0.
OpenEL Sensor Common File 3.0.0.