COMMS
Template library intended to help with implementation of communication protocols.
Loading...
Searching...
No Matches
fields.h
Go to the documentation of this file.
1//
2// Copyright 2014 - 2026 (C). Alex Robenko. All rights reserved.
3//
4// SPDX-License-Identifier: MPL-2.0
5//
6// This Source Code Form is subject to the terms of the Mozilla Public
7// License, v. 2.0. If a copy of the MPL was not distributed with this
8// file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
12
13#pragma once
14
18#include "comms/field/Bundle.h"
23#include "comms/field/String.h"
24#include "comms/field/Variant.h"
25
26#include "comms/cast.h"
Contains definition of comms::field::ArrayList.
Contains definition of comms::field::Bitfield.
Contains definition of comms::field::BitmaskValue.
Contains definition of comms::field::Bundle.
Contains definition of comms::field::EnumValue.
Contains definition of comms::field::FloatValue.
Contains definition of comms::field::IntValue.
Contains definition of comms::field::Optional.
Contains definition of comms::field::String.
Contains definition of comms::field::Variant.
Contains definition of various casts.