ua_config_standard.h 612 B

123456789101112131415161718192021222324
  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 const UA_EXPORT UA_ConnectionConfig UA_ConnectionConfig_standard;
  12. extern const UA_EXPORT UA_ServerConfig UA_ServerConfig_standard;
  13. extern const UA_EXPORT UA_ClientConfig UA_ClientConfig_standard;
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. #endif /* UA_CONFIG_STANDARD_H_ */