ua_config_standard.h 506 B

12345678910111213141516171819202122
  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. #include "ua_server.h"
  6. #include "ua_client.h"
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10. extern UA_EXPORT const UA_ServerConfig UA_ServerConfig_standard;
  11. extern UA_EXPORT const UA_ClientConfig UA_ClientConfig_standard;
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15. #endif /* UA_CONFIG_STANDARD_H_ */