mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-04-10 15:40:24 +00:00
tunnel component & update vehicle abstraction example (#8)
This commit is contained in:
@@ -900,7 +900,7 @@ namespace sdv
|
||||
// Lock the parameter map - do not allow any more changes
|
||||
LockParamMap();
|
||||
|
||||
// Set status
|
||||
// Set state
|
||||
m_eObjectState = EObjectState::shutdown_in_progress;
|
||||
|
||||
// Inform derived class
|
||||
@@ -1001,7 +1001,7 @@ namespace sdv
|
||||
END_SDV_INTERFACE_MAP()
|
||||
|
||||
private:
|
||||
std::atomic<EObjectState> m_eObjectState = EObjectState::initialization_pending; ///< Object status
|
||||
std::atomic<EObjectState> m_eObjectState = EObjectState::initialization_pending; ///< Object state
|
||||
std::string m_ssObjectConfig; ///< Copy of the configuration TOML.
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user