Function ros2_medkit_gateway::extract_bulk_data_category

Function Documentation

std::string ros2_medkit_gateway::extract_bulk_data_category(const std::string &path)

Extract category from bulk-data URL.

Examples:

  • ”/bulk-data/rosbags/…” -> “rosbags”

  • ”/bulk-data/snapshots/…” -> “snapshots”

Parameters:

path – URL path containing bulk-data segment

Returns:

Category string, or empty if not found