DProfile
Entity that stores profiles data as a table managed by the Room database library.
Parameters
id of the profile
id of the vehicle connected to given profile
height of the vehicle
length of the vehicle
width of the vehicle
total vehicle weight
vehicle weight for each axle
amount of trailers
hazardous material status
ADR (European Agreement concerning the International Carriage of Dangerous Goods by Road) tunnel category
maximum vehicle speed
transportation mode assigned to given model
datasheet containing additional encrypted information of given vehicle model
defines if vehicle's weight (weight, weight per axle) and hazmat (hazmat and ADR)* should be ignored outside respectively bridges and tunnels (default is false)
Constructors
Helper constructor used to create an instance based on APIVehicleDatasheet as returned from the BeMAP API.