69#ifndef NROS_NO_DEPRECATED_ACTION_ALIASES
96 "nros_action_server_get_active_goal_count(server, &count), which "
97 "returns nros_ret_t and serves both tiers")
110 if (count > (
size_t)INT32_MAX) {
113 return (int32_t)count;
#define NROS_RET_INVALID_ARGUMENT
Definition nros_generated.h:2640
@ NROS_ACTION_SERVER_STATE_POLLING
Definition nros_generated.h:494
int nros_ret_t
Definition nros_generated.h:849
nros_ret_t nros_action_server_get_active_goal_count(struct nros_action_server_t *server, size_t *out)
#define NROS_RET_OK
Definition nros_generated.h:2625
#define NROS_RET_ERROR
Definition nros_generated.h:2630
Definition nros_generated.h:1640
Shared types and constants for the nros C API.
#define NROS_DEPRECATED_MSG(msg)
Definition visibility.h:58