|
COMMS
Template library intended to help with implementation of communication protocols.
|
Contains definition of comms::protocol::checksum::BasicSum. More...
#include "comms/frame/checksum/BasicSum.h"Go to the source code of this file.
Namespaces | |
| namespace | comms |
| Main namespace for all classes / functions of COMMS library. | |
| namespace | comms::protocol |
| Defines aliases to classes in the comms::frame. | |
| namespace | comms::protocol::checksum |
| Defines aliases to classes in the comms::frame::checksum. | |
Typedefs | |
| template<typename TResult = std::uint8_t, TResult TInitValue = 0> | |
| using | comms::protocol::checksum::BasicSum = comms::frame::checksum::BasicSum< TResult, TInitValue > |
| Alias to the comms::frame::checksum::BasicSum. | |
Contains definition of comms::protocol::checksum::BasicSum.