| 
    COMMS
    
   Template library intended to help with implementation of communication protocols. 
   | 
 
Contains comms::util::StaticString class. More...
#include "comms/Assert.h"#include "comms/CompileControl.h"#include "comms/util/StaticVector.h"#include <algorithm>#include <initializer_list>#include <iterator>#include <string>Go to the source code of this file.
Classes | |
| class | comms::util::StaticString< TSize, TChar > | 
| Replacement to std::string when no dynamic memory allocation is allowed.  More... | |
Namespaces | |
| namespace | comms | 
| Main namespace for all classes / functions of COMMS library.  | |
| namespace | comms::util | 
| Namespace for various utility classes and/or functions used by COMMS library.  | |
| namespace | std | 
| STL namespace.  | |
Contains comms::util::StaticString class.