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:
@@ -102,6 +102,8 @@ private:
|
||||
std::atomic_bool m_bRunning = false; ///< When set, the timer is running.
|
||||
std::mutex m_mtxExecution; ///< Prevent killing the timer when in execution.
|
||||
#endif
|
||||
sdv::core::TPermissionTransferID m_tPermissionTransferID = 0u; ///< The transfer ID to transfer permissions between the
|
||||
///< timer creator and the execution thread.
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user