DUDS
Distributed Update of Data from Something
ConversationPart.cpp
Go to the documentation of this file.
1 /*
2  * This file is part of the DUDS project. It is subject to the BSD-style
3  * license terms in the LICENSE file found in the top-level directory of this
4  * distribution and at https://github.com/jjackowski/duds/blob/master/LICENSE.
5  * No part of DUDS, including this file, may be copied, modified, propagated,
6  * or distributed except according to the terms contained in the LICENSE file.
7  *
8  * Copyright (C) 2017 Jeff Jackowski
9  */
11 
12 namespace duds { namespace hardware { namespace interface {
13 
19 
21 
22 } } }
static constexpr Flags MpfBreak
True/set to indicate that any kind of selection signal should be toggled, or a stop condition should ...
static constexpr Flags MpfInput
True/set for input; false for output.
static constexpr Flags MpfBigendian
True/set to expect data to be big-endian.
duds::general::BitFlags< struct ConversationPartFlags, std::uint16_t > Flags
The type used to store flags that modify the operation of the classes derived from this class...
static constexpr Flags MpfExtract
True/set to extract message part contents with the ConversationExtractor.
static constexpr Flags MpfVarlen
True/set for a varying length; valid only for input.