- #ifndef UA_CONFIG_H_
- #define UA_CONFIG_H_
- //TODO: include all other header files
- #include <stdio.h>
- #include <stdlib.h>
- //#include "opcua_builtInDatatypes.h"
- #include "../tool/opcua_basictypes.h"
- #include "../tool/opcua.h"
- #include "../tool/opcua_namespace_0.h"
- #include "UA_abbr.h"
- // constants
- #endif /* UA_CONFIG_H_ */
|