libuav original

Dependents:   UAVCAN UAVCAN_Subscriber

Embed: (wiki syntax)

« Back to documentation index

YamlStreamer< Array< T, ArrayMode, MaxSize > > Class Template Reference

YamlStreamer< Array< T, ArrayMode, MaxSize > > Class Template Reference

YAML streamer specification for any Array<> More...

#include <array.hpp>

Static Public Member Functions

template<typename Stream >
static void stream (Stream &s, const ArrayType &array, int level)
 Prints Array<> into the stream in YAML format.

Detailed Description

template<typename T, ArrayMode ArrayMode, unsigned MaxSize>
class uavcan::YamlStreamer< Array< T, ArrayMode, MaxSize > >

YAML streamer specification for any Array<>

Definition at line 1131 of file array.hpp.


Member Function Documentation

static void stream ( Stream &  s,
const ArrayType array,
int  level 
) [static]

Prints Array<> into the stream in YAML format.

Definition at line 1258 of file array.hpp.