|
rcl
master
C API providing common ROS client library functionality.
|
#include <stddef.h>#include "rcl/types.h"#include "rcl/visibility_control.h"#include "rmw/domain_id.h"

Go to the source code of this file.
Macros | |
| #define | RCL_DEFAULT_DOMAIN_ID RMW_DEFAULT_DOMAIN_ID |
| The default domain ID used by RCL. | |
Functions | |
| rcl_ret_t | rcl_get_default_domain_id (size_t *domain_id) |
| Determine the default domain ID, based on the environment. More... | |
Variables | |
| const char *const | RCL_DOMAIN_ID_ENV_VAR |
| rcl_ret_t rcl_get_default_domain_id | ( | size_t * | domain_id | ) |
Determine the default domain ID, based on the environment.
| [out] | domain_id | Must not be NULL. |
1.8.17