UA_config.h 207 B

12345678910111213
  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 "UA_abbr.h"
  8. #endif /* UA_CONFIG_H_ */