summaryrefslogtreecommitdiffstats
path: root/aclk/schema-wrappers/schema_wrappers.h
blob: a3975fca3e09cf456708816aaadf83651ac9be63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-License-Identifier: GPL-3.0-or-later

// utility header to include all the message wrappers at once

#ifndef SCHEMA_WRAPPERS_H
#define SCHEMA_WRAPPERS_H

#include "connection.h"
#include "node_connection.h"
#include "node_creation.h"
#include "chart_config.h"
#include "chart_stream.h"
#include "alarm_config.h"
#include "alarm_stream.h"
#include "node_info.h"

#endif /* SCHEMA_WRAPPERS_H */