Define ROSIDL_RUNTIME_C__DECLARE_PRIMITIVE_SEQUENCE_COPY
Defined in File primitives_sequence_functions.h
Define Documentation
-
ROSIDL_RUNTIME_C__DECLARE_PRIMITIVE_SEQUENCE_COPY(STRUCT_NAME)
Copy the sequence.
param input a pointer to the sequence to copy from param output a pointer to an initialized sequence to copy to return true if successful, false if either pointer is null or memory allocation fails.