openD unified API  1.0.0
opend_api.h
Go to the documentation of this file.
1 #ifdef __cplusplus
2 extern "C"
3 {
4 #endif
5 
30 #ifndef __OPEND_API_H__
31 #define __OPEND_API_H__
32 
33 #include "opend_dataTypes.h"
34 
35 
43 openD_status_t openD_init( void *port );
44 
53 
54 
57 #endif /* __OPEND_API_H__ */
58 #ifdef __cplusplus
59 }
60 #endif
openD_status_t
Definition: opend_dataTypes.h:62
openD_status_t openD_api_getStatus(void)
openD API get status.
openD_status_t openD_init(void *port)
openD API initialization.
openD data types.