DCCL v4
field_codec_var_bytes.h
1
// Copyright 2018:
2
// GobySoft, LLC (2013-)
3
// Community contributors (see AUTHORS file)
4
// File authors:
5
// Toby Schneider <toby@gobysoft.org>
6
//
7
//
8
// This file is part of the Dynamic Compact Control Language Library
9
// ("DCCL").
10
//
11
// DCCL is free software: you can redistribute it and/or modify
12
// it under the terms of the GNU Lesser General Public License as published by
13
// the Free Software Foundation, either version 2.1 of the License, or
14
// (at your option) any later version.
15
//
16
// DCCL is distributed in the hope that it will be useful,
17
// but WITHOUT ANY WARRANTY; without even the implied warranty of
18
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
// GNU Lesser General Public License for more details.
20
//
21
// You should have received a copy of the GNU Lesser General Public License
22
// along with DCCL. If not, see <http://www.gnu.org/licenses/>.
23
#ifndef FIELD_CODEC4_VAR_BYTES_H
24
#define FIELD_CODEC4_VAR_BYTES_H
25
26
#include "../codecs3/field_codec_var_bytes.h"
27
28
namespace
dccl
29
{
30
namespace
v4
31
{
32
using
VarBytesCodec = v3::VarBytesCodec;
33
}
// namespace v4
34
}
// namespace dccl
35
36
#endif
dccl
Dynamic Compact Control Language namespace.
Definition:
any.h:49
dccl
codecs4
field_codec_var_bytes.h
Generated on Mon Oct 30 2023 04:50:33 for DCCL v4 by
1.8.17