PX4 ROS 2 Interface Library
Library to interface with PX4 from a companion computer using ROS 2
Loading...
Searching...
No Matches
px4_ros2::HasMessageVersion< T, typename > Struct Template Reference

Trait to check if a message type T has a MESSAGE_VERSION constant. More...

#include <px4_ros2/utils/message_version.hpp>

Inheritance diagram for px4_ros2::HasMessageVersion< T, typename >:

Detailed Description

template<typename T, typename = void>
struct px4_ros2::HasMessageVersion< T, typename >

Trait to check if a message type T has a MESSAGE_VERSION constant.

If T has MESSAGE_VERSION, HasMessageVersion<T>::value is true; otherwise it is false.

Template Parameters
TThe message type to check.

The documentation for this struct was generated from the following file: