Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit e528504d authored by Michael KRISPER's avatar Michael KRISPER
Browse files

added trailertype

parent eb18f34b
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ namespace TUGraz.VectoCore.Models.Declaration
public Kilogram CurbWeight;
public Kilogram BodyCurbWeight;
public Kilogram BodyGrossVehicleWeight;
public TrailerType TrailerType;
public Kilogram TrailerCurbWeight;
public Kilogram TrailerGrossVehicleWeight;
public Stream CycleFile;
......@@ -91,4 +92,11 @@ namespace TUGraz.VectoCore.Models.Declaration
}
}
}
public enum TrailerType
{
None,
T1,
T2
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment