Pipe Inpection Robot / Mbed OS GPG_motor

Dependencies:   BufferedSerial sn7544

Fork of GPG_motor by Kang mingyo

Embed: (wiki syntax)

« Back to documentation index

Header< M, Enable > Struct Template Reference

Header< M, Enable > Struct Template Reference

Header trait. More...

#include <message_traits.h>


Detailed Description

template<typename M, typename Enable = void>
struct ros::message_traits::Header< M, Enable >

Header trait.

In the default implementation pointer() returns &m.header if HasHeader<M>::value is true, otherwise returns NULL

Definition at line 169 of file message_traits.h.