ua_config_standard.h 539 B

1234567891011121314151617181920212223
  1. /* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  2. * See http://creativecommons.org/publicdomain/zero/1.0/ for more information. */
  3. #ifndef UA_CONFIG_STANDARD_H_
  4. #define UA_CONFIG_STANDARD_H_
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8. #include "ua_server.h"
  9. #include "ua_client.h"
  10. #include "ua_client_highlevel.h"
  11. extern UA_EXPORT const UA_ServerConfig UA_ServerConfig_standard;
  12. extern UA_EXPORT const UA_ClientConfig UA_ClientConfig_standard;
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16. #endif /* UA_CONFIG_STANDARD_H_ */