COMMS
Template library intended to help with implementation of communication protocols.
|
#include "comms/options.h"
Options to specify endian.
TEndian | Endian type. Must be either comms::traits::endian::Big or comms::traits::endian::Little. |