mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-02-05 15:18:45 +00:00
asc file reader and small log enhancements (#3)
This commit is contained in:
@@ -134,7 +134,7 @@ bool CConsole::PrepareDataConsumers()
|
||||
basicService->RegisterOnSignalChangeOfVehicleSpeed(dynamic_cast<vss::Vehicle::SpeedService::IVSS_SetSpeed_Event*> (this));
|
||||
}
|
||||
|
||||
// Request the basic service for opening the drunk.
|
||||
// Request the basic service for opening the trunk.
|
||||
m_pTrunkSvc = sdv::core::GetObject("Vehicle.Body.Trunk_Service").GetInterface<vss::Vehicle::Body::TrunkService::IVSS_SetOpen>();
|
||||
if (m_pTrunkSvc)
|
||||
PrintText(g_sComplexServcie1, "Basic Service available");
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
date 08/28/25 19:10:31
|
||||
base hex timestamps absolute
|
||||
Begin Triggerblock 08/28/25 19:10:31
|
||||
Begin TriggerBlock 08/28/25 19:10:31
|
||||
0.000000 Start of measurement
|
||||
0.201165 1 0 Rx d 8 00 00 00 00 00 00 00 32
|
||||
0.401499 1 0 Rx d 8 00 00 00 00 00 00 00 66
|
||||
|
||||
Reference in New Issue
Block a user