Definition at line 102 of file chancache.cpp.
epicsTimerNotify::expireStatus ChannelCache::cacheClean::expire |
( |
const epicsTime & |
currentTime | ) |
|
|
inline |
Definition at line 106 of file chancache.cpp.
110 std::set<ChannelCacheEntry::shared_pointer> cleaned;
121 if(!cur->second->dropPoke && cur->second->interested.empty()) {
122 cleaned.insert(cur->second);
126 cur->second->dropPoke =
false;
132 return epicsTimerNotify::expireStatus(epicsTimerNotify::restart, 30.0);
The documentation for this struct was generated from the following file: