File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -783,14 +783,20 @@ message MovingObject
783
783
784
784
// Vehicle is a delivery van.
785
785
//
786
+ // \image html OSI_TYPE_DELIVERY_VAN.svg
787
+ //
786
788
TYPE_DELIVERY_VAN = 6 ;
787
789
788
790
// Vehicle is a (heavy) truck.
789
791
//
792
+ // \image html OSI_TYPE_HEAVY_TRUCK.svg
793
+ //
790
794
TYPE_HEAVY_TRUCK = 7 ;
791
795
792
796
// Vehicle is a tractor capable of pulling a semi-trailer.
793
797
//
798
+ // \image html OSI_TYPE_SEMITRACTOR.svg
799
+ //
794
800
TYPE_SEMITRACTOR = 16 ;
795
801
796
802
// This vehicle is a semi-trailer that can be pulled by a
@@ -799,13 +805,17 @@ message MovingObject
799
805
// \note The vehicle can be, but doesn't need to be,
800
806
// attached to another vehicle.
801
807
//
808
+ // \image html OSI_TYPE_SEMITRAILER.svg
809
+ //
802
810
TYPE_SEMITRAILER = 8 ;
803
811
804
812
// Vehicle is a trailer.
805
813
//
806
814
// \note The vehicle can be, but doesn't need to be,
807
815
// attached to another vehicle.
808
816
//
817
+ // \image html OSI_TYPE_TRAILER.svg
818
+ //
809
819
TYPE_TRAILER = 9 ;
810
820
811
821
// Vehicle is a motorbike or moped.
You can’t perform that action at this time.
0 commit comments