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, BOUNDED, FIXED_LENGTH> or ::ros_babel_fish::CompoundArrayMessage_<BOUNDED, FIXED_LENGTH> and BOUNDED, FIXED_LENGTH are booleans indicating whether the array is bounded or fixed_length (which implies bounded).