Define RCUTILS_SAFE_FWRITE_TO_STDERR_AND_APPEND_PREV_ERROR
Defined in File error_handling.h
Define Documentation
-
RCUTILS_SAFE_FWRITE_TO_STDERR_AND_APPEND_PREV_ERROR(msg)
Write the given msg out to stderr, limiting the buffer size in the
fwrite, appending the previous error. This will reset the previous error, if it exists. If there is no previous error, has same behavior as RCUTILS_SAFE_FWRITE_TO_STDERR.