Define RBF2_TEMPLATE_CALL_ARRAY_TYPES
Defined in File macros.hpp
Define Documentation
-
RBF2_TEMPLATE_CALL_ARRAY_TYPES(FUNCTION, ARRAY, ...)
Call a function with the signature: fn( array, … ) where array can be ::ros_babel_fish::ArrayMessage_<T, SIZE> or ::ros_babel_fish::CompoundArrayMessage_<SIZE> and SIZE is of the enum ArraySize indicating whether the array is bounded or fixed_length.