ua_config_standard.h 746 B

1234567891011121314151617181920212223242526
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  4. /* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  5. * See http://creativecommons.org/publicdomain/zero/1.0/ for more information. */
  6. #ifndef UA_CONFIG_STANDARD_H_
  7. #define UA_CONFIG_STANDARD_H_
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. #include "ua_server.h"
  12. #include "ua_client.h"
  13. #include "ua_client_highlevel.h"
  14. extern UA_EXPORT const UA_ServerConfig UA_ServerConfig_standard;
  15. extern UA_EXPORT const UA_ClientConfig UA_ClientConfig_standard;
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19. #endif /* UA_CONFIG_STANDARD_H_ */