#include <array.hpp>
Public Types | |
typedef Array< IntegerSpec< 8, SignednessUnsigned, CastModeSaturate >, ArrayModeDynamic, MaxSize > | Type |
Private Member Functions | |
MakeString () | |
Shortcut for string-like array type instantiation. The proper way of doing this is actually "template<> using ... = ...", but this feature is not available in older C++ revisions which the library has to support.
typedef Array<IntegerSpec<8, SignednessUnsigned, CastModeSaturate>, ArrayModeDynamic, MaxSize> uavcan::MakeString< MaxSize >::Type |
|
private |