ua_historydatabase_default.h 699 B

123456789101112131415161718192021222324252627
  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. *
  5. * Copyright 2018 (c) basysKom GmbH <opensource@basyskom.com> (Author: Peter Rustler)
  6. */
  7. #ifndef UA_HISTORYDATASERVICE_DEFAULT_H_
  8. #define UA_HISTORYDATASERVICE_DEFAULT_H_
  9. #include "ua_server.h"
  10. #include "ua_plugin_historydatabase.h"
  11. #include "ua_plugin_history_data_gathering.h"
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. UA_HistoryDatabase UA_EXPORT
  16. UA_HistoryDatabase_default(UA_HistoryDataGathering gathering);
  17. #ifdef __cplusplus
  18. }
  19. #endif
  20. #endif /* UA_HISTORYDATASERVICE_DEFAULT_H_ */