ua_historydatabase_default.h 662 B

1234567891011121314151617181920212223
  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. _UA_BEGIN_DECLS
  13. UA_HistoryDatabase UA_EXPORT
  14. UA_HistoryDatabase_default(UA_HistoryDataGathering gathering);
  15. _UA_END_DECLS
  16. #endif /* UA_HISTORYDATASERVICE_DEFAULT_H_ */