Closed Hpn4 closed 1 month ago
Introduce three maccros for holovibes global settings: GET_SETTING(T), UPDATE_SETTING(T, value), SET_SETTING(T, path, value).
GET_SETTING(T), UPDATE_SETTING(T, value), SET_SETTING(T, path, value)
NotifierManager::instance()
get_notifier().notify()
NotifierManager::notify
Yes i juste refacto the API.hxx and try to organize functions on small blocks. But in the future a good idea will be to split thé API in multiple files
Bro pushed a commit while away 😂
Introduce three maccros for holovibes global settings:
GET_SETTING(T), UPDATE_SETTING(T, value), SET_SETTING(T, path, value)
.NotifierManager::instance()
thenget_notifier().notify()
byNotifierManager::notify