ua_historydatagathering_default.h 612 B

123456789101112131415161718192021
  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_HISTORYDATAGATHERING_DEFAULT_H_
  8. #define UA_HISTORYDATAGATHERING_DEFAULT_H_
  9. #include "ua_plugin_history_data_gathering.h"
  10. _UA_BEGIN_DECLS
  11. UA_HistoryDataGathering UA_EXPORT
  12. UA_HistoryDataGathering_Default(size_t initialNodeIdStoreSize);
  13. _UA_END_DECLS
  14. #endif /* UA_HISTORYDATAGATHERING_DEFAULT_H_ */