Public Types | |
| enum | { MinBitLen = A::MinBitLen + B::MinBitLen } |
| enum | { MaxBitLen = A::MaxBitLen + B::MaxBitLen } |
| typedef uavcan::FloatSpec< 16, uavcan::CastModeSaturate > | A |
Public Member Functions | |
| CustomType2 () | |
| bool | operator== (const CustomType2 &rhs) const |
Static Public Member Functions | |
| static int | decode (CustomType2 &obj, uavcan::ScalarCodec &codec, uavcan::TailArrayOptimizationMode tao_mode=uavcan::TailArrayOptEnabled) |
| static int | encode (const CustomType2 &obj, uavcan::ScalarCodec &codec, uavcan::TailArrayOptimizationMode tao_mode=uavcan::TailArrayOptEnabled) |
Public Attributes | |
| uavcan::StorageType< A >::Type | a |
| uavcan::StorageType< B >::Type | b |
| typedef uavcan::FloatSpec<16, uavcan::CastModeSaturate> CustomType2< B >::A |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
| uavcan::StorageType<A>::Type CustomType2< B >::a |
| uavcan::StorageType<B>::Type CustomType2< B >::b |