schema_wrappers.h 401 B

1234567891011121314151617
  1. // SPDX-License-Identifier: GPL-3.0-or-later
  2. // utility header to include all the message wrappers at once
  3. #ifndef SCHEMA_WRAPPERS_H
  4. #define SCHEMA_WRAPPERS_H
  5. #include "connection.h"
  6. #include "node_connection.h"
  7. #include "node_creation.h"
  8. #include "chart_config.h"
  9. #include "chart_stream.h"
  10. #include "alarm_config.h"
  11. #include "alarm_stream.h"
  12. #include "node_info.h"
  13. #endif /* SCHEMA_WRAPPERS_H */