Loading ttcn/CAM/LibItsCam_TypesAndValues.ttcn +10 −2 Original line number Original line Diff line number Diff line Loading @@ -43,6 +43,14 @@ module LibItsCam_TypesAndValues { const ExteriorLights c_fogLightOn := '01000000'B; const ExteriorLights c_fogLightOn := '01000000'B; const ExteriorLights c_parkingLightsOn := '10000000'B; const ExteriorLights c_parkingLightsOn := '10000000'B; const VehicleRole c_vehicleRole_publicTransport := publicTransport; const VehicleRole c_vehicleRole_specialTransport := specialTransport; const VehicleRole c_vehicleRole_dangerousGoods := dangerousGoods; const VehicleRole c_vehicleRole_roadWork := roadWork; const VehicleRole c_vehicleRole_rescue := rescue; const VehicleRole c_vehicleRole_emergency := emergency; const VehicleRole c_vehicleRole_safetyCar := safetyCar; } // end group camValues } // end group camValues group utPrimitives { group utPrimitives { Loading Loading
ttcn/CAM/LibItsCam_TypesAndValues.ttcn +10 −2 Original line number Original line Diff line number Diff line Loading @@ -43,6 +43,14 @@ module LibItsCam_TypesAndValues { const ExteriorLights c_fogLightOn := '01000000'B; const ExteriorLights c_fogLightOn := '01000000'B; const ExteriorLights c_parkingLightsOn := '10000000'B; const ExteriorLights c_parkingLightsOn := '10000000'B; const VehicleRole c_vehicleRole_publicTransport := publicTransport; const VehicleRole c_vehicleRole_specialTransport := specialTransport; const VehicleRole c_vehicleRole_dangerousGoods := dangerousGoods; const VehicleRole c_vehicleRole_roadWork := roadWork; const VehicleRole c_vehicleRole_rescue := rescue; const VehicleRole c_vehicleRole_emergency := emergency; const VehicleRole c_vehicleRole_safetyCar := safetyCar; } // end group camValues } // end group camValues group utPrimitives { group utPrimitives { Loading