Home
last modified time | relevance | path

Searched refs:pollIntervalMs_ (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/
H A Dconfiguration.h
H A Dconfiguration.cpp
/glogg/src/
H A Dconfiguration.h64 { return pollIntervalMs_; } in pollIntervalMs()
66 { pollIntervalMs_ = interval; } in setPollIntervalMs()
107 uint32_t pollIntervalMs_; variable
H A Dconfiguration.cpp41 pollIntervalMs_ = 2000; in Configuration()
93 pollIntervalMs_ = settings.value( "polling.intervalMs" ).toInt(); in retrieveFromStorage()
131 settings.setValue( "polling.intervalMs", pollIntervalMs_ ); in saveToStorage()