herald  2.0.0
payload_data_supplier.h
1 // Copyright 2020-2021 Herald Project Contributors
2 // SPDX-License-Identifier: Apache-2.0
3 //
4 
5 #ifndef HERALD_PAYLOAD_DATA_SUPPLIER_H
6 #define HERALD_PAYLOAD_DATA_SUPPLIER_H
7 
8 #include "../device.h"
9 #include "../datatype/payload_timestamp.h"
10 #include "../datatype/payload_data.h"
11 
12 namespace herald {
13 namespace payload {
14 
15 using namespace herald;
16 using namespace herald::datatype;
17 
18 } // end namespace
19 } // end namespace
20 
21 #endif
Contains all low-level Herald datatype implementations.
Definition: base64_string.h:14
Acts as a non-global memory arena for arbitrary classes.
Definition: aggregates.h:15