COMMS
Template library intended to help with implementation of communication protocols.
comms::option::def::EmptySerialization Struct Reference

#include "comms/options.h"

Detailed Description

Force field not to be serialized during read/write operations.

Some protocols may define some constant values that are predefined and are not present on I/O link when serialized. Sometimes it is convenient to have such values abstracted away as fields, which are not actually serialised. Using this option will have such effect: read/write operaitons will not change the value of iterators and will report immediate success. The serialisation length is always reported as 0.


The documentation for this struct was generated from the following file: