diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-13 14:22:48 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-13 14:23:10 +0100 |
| commit | 90ad5395f6310da86fee9a29503e58ea74f3078b (patch) | |
| tree | 9f2ad3cf539eaf338ed2d9afbf9f1f4d41cd39a8 /src/common/stop_schedule.proto | |
| parent | c9e2341a5b1e8dc03ba6e43c4e61ed2e5f4038c9 (diff) | |
Remove legacy stuff [skip ci]
Diffstat (limited to 'src/common/stop_schedule.proto')
| -rw-r--r-- | src/common/stop_schedule.proto | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/src/common/stop_schedule.proto b/src/common/stop_schedule.proto deleted file mode 100644 index 74268f8..0000000 --- a/src/common/stop_schedule.proto +++ /dev/null @@ -1,51 +0,0 @@ -syntax = "proto3"; - -package proto; - -option csharp_namespace = "Costasdev.Busurbano.Backend.Types"; - -message Epsg25829 { - double x = 1; - double y = 2; -} - -message StopArrivals { - message ScheduledArrival { - string service_id = 1; - string trip_id = 2; - string line = 3; - string route = 4; - string shape_id = 5; - double shape_dist_traveled = 6; - - uint32 stop_sequence = 11; - repeated string next_streets = 12; - - string starting_code = 21; - string starting_name = 22; - string starting_time = 23; - - string calling_time = 33; - uint32 calling_ssm = 34; - - string terminus_code = 41; - string terminus_name = 42; - string terminus_time = 43; - - // Shape ID of the previous trip when the bus comes from another trip that ends at the starting point - string previous_trip_shape_id = 51; - } - - string stop_id = 1; - - Epsg25829 location = 3; - - repeated ScheduledArrival arrivals = 5; -} - - -message Shape { - string shape_id = 1; - - repeated Epsg25829 points = 3; -} |
