UA_config.h 325 B

12345678910111213141516
  1. #ifndef UA_CONFIG_H_
  2. #define UA_CONFIG_H_
  3. //TODO: include all other header files
  4. #include <stdio.h>
  5. #include <stdlib.h>
  6. //#include "opcua_builtInDatatypes.h"
  7. #include "../tool/opcua_basictypes.h"
  8. #include "../tool/opcua.h"
  9. #include "../tool/opcua_namespace_0.h"
  10. #include "UA_abbr.h"
  11. // constants
  12. #endif /* UA_CONFIG_H_ */