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
783783
784784 // Vehicle is a delivery van.
785785 //
786+ // \image html OSI_TYPE_DELIVERY_VAN.svg
787+ //
786788 TYPE_DELIVERY_VAN = 6 ;
787789
788790 // Vehicle is a (heavy) truck.
789791 //
792+ // \image html OSI_TYPE_HEAVY_TRUCK.svg
793+ //
790794 TYPE_HEAVY_TRUCK = 7 ;
791795
792796 // Vehicle is a tractor capable of pulling a semi-trailer.
793797 //
798+ // \image html OSI_TYPE_SEMITRACTOR.svg
799+ //
794800 TYPE_SEMITRACTOR = 16 ;
795801
796802 // This vehicle is a semi-trailer that can be pulled by a
@@ -799,13 +805,17 @@ message MovingObject
799805 // \note The vehicle can be, but doesn't need to be,
800806 // attached to another vehicle.
801807 //
808+ // \image html OSI_TYPE_SEMITRAILER.svg
809+ //
802810 TYPE_SEMITRAILER = 8 ;
803811
804812 // Vehicle is a trailer.
805813 //
806814 // \note The vehicle can be, but doesn't need to be,
807815 // attached to another vehicle.
808816 //
817+ // \image html OSI_TYPE_TRAILER.svg
818+ //
809819 TYPE_TRAILER = 9 ;
810820
811821 // Vehicle is a motorbike or moped.
You can’t perform that action at this time.
0 commit comments