rosout init and fini marked as RCL_PUBLIC (#479)
Signed-off-by: Soragna, Alberto <alberto.soragna@gmail.com>
This commit is contained in:
parent
aa6cd91c63
commit
8a4c004b62
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ extern "C"
|
||||||
* \return `RCL_RET_BAD_ALLOC` if allocating memory failed, or
|
* \return `RCL_RET_BAD_ALLOC` if allocating memory failed, or
|
||||||
* \return `RCL_RET_ERROR` if an unspecified error occurs.
|
* \return `RCL_RET_ERROR` if an unspecified error occurs.
|
||||||
*/
|
*/
|
||||||
RCL_LOCAL
|
RCL_PUBLIC
|
||||||
RCL_WARN_UNUSED
|
RCL_WARN_UNUSED
|
||||||
rcl_ret_t
|
rcl_ret_t
|
||||||
rcl_logging_rosout_init(
|
rcl_logging_rosout_init(
|
||||||
|
@ -67,7 +67,7 @@ rcl_logging_rosout_init(
|
||||||
* \return `RCL_RET_OK` if the rcl_logging_rosout feature was successfully unitialized, or
|
* \return `RCL_RET_OK` if the rcl_logging_rosout feature was successfully unitialized, or
|
||||||
* \return `RCL_RET_ERROR` if an unspecified error occurs.
|
* \return `RCL_RET_ERROR` if an unspecified error occurs.
|
||||||
*/
|
*/
|
||||||
RCL_LOCAL
|
RCL_PUBLIC
|
||||||
RCL_WARN_UNUSED
|
RCL_WARN_UNUSED
|
||||||
rcl_ret_t
|
rcl_ret_t
|
||||||
rcl_logging_rosout_fini();
|
rcl_logging_rosout_fini();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue