libuav original

Dependents:   UAVCAN UAVCAN_Subscriber

Embed: (wiki syntax)

« Back to documentation index

IntegerSpec< BitLen_, Signedness, CastMode > Class Template Reference

IntegerSpec< BitLen_, Signedness, CastMode > Class Template Reference

This template will be used for signed and unsigned integers more than 1 bit long. More...

#include <integer_spec.hpp>


Detailed Description

template<unsigned BitLen_, Signedness Signedness, CastMode CastMode>
class uavcan::IntegerSpec< BitLen_, Signedness, CastMode >

This template will be used for signed and unsigned integers more than 1 bit long.

There are explicit specializations for booleans below.

Definition at line 24 of file integer_spec.hpp.