OpenEL  3.0.0
openEL_0000000012345678.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 #ifndef OPENEL_0000000012345678_H
27 #define OPENEL_0000000012345678_H
28 
29 #ifdef __cplusplus
30 namespace el {
31 extern "C" {
32 #endif /* __cplusplus */
33 
34 #include "openEL.h"
35 
37 
45 
46 enum ReturnCode SetPosition_0000000012345678(HALCOMPONENT_T **halComponent, halfloat position);
47 enum ReturnCode GetPosition_0000000012345678(HALCOMPONENT_T **halComponent, halfloat **position);
48 
49 #ifdef __cplusplus
50 } /* extern "C" */
51 } /* namespace el */
52 #endif /* __cplusplus */
53 
54 #endif /* OPENEL_0000000012345678_H */
enum ReturnCode RemoveObserver_0000000012345678(HALOBSERVER_T halObserver)
enum ReturnCode SetPosition_0000000012345678(HALCOMPONENT_T **halComponent, halfloat position)
enum ReturnCode GetTime_0000000012345678()
OpenEL Common Header File 3.0.0.
ReturnCode
Definition: openEL.h:44
enum ReturnCode AddObserver_0000000012345678(HALOBSERVER_T halObserver)
float32_t halfloat
Definition: openEL.h:53
enum ReturnCode GetPosition_0000000012345678(HALCOMPONENT_T **halComponent, halfloat **position)
enum ReturnCode GetProperty_0000000012345678()
const EL_CMN_FNC_TBL_T component_0000000012345678
enum ReturnCode Init_0000000012345678()
enum ReturnCode ReInit_0000000012345678()
enum ReturnCode Finalize_0000000012345678()