mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-08-30 12:15:12 +00:00
connection between 2 systems and bug fixes (#14)
This commit is contained in:
@@ -209,8 +209,7 @@ bool CConsole::PrepareDataConsumers()
|
||||
m_pCounterSteeringSvc = sdv::core::GetObject("Counter Steering Example Service").GetInterface<ICounterSteeringService>();
|
||||
if (!m_pCounterSteeringSvc)
|
||||
{
|
||||
std::cerr << "Console ERROR: Could not get complex service interface 'ICounterSteeringService'" << std::endl;
|
||||
return false;
|
||||
PrintText(g_sCSActive, "Attention: Complex service 'CounterSteeringService' is not available.");
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user