Function ros2_medkit_gateway::validate_entity_id
Defined in File entity_validation.hpp
Function Documentation
-
tl::expected<void, std::string> ros2_medkit_gateway::validate_entity_id(const std::string &entity_id)
Validate an entity ID against naming conventions. Allow: alphanumeric (a-z, A-Z, 0-9), underscore (_), hyphen (-). Max 256 characters.
- Returns:
void on success, error message string on failure.