monitors: minor monitor API doc update

This commit is contained in:
Matej Sekoranja
2015-02-01 00:46:55 +01:00
parent 4acf7edf95
commit 388799d39d

View File

@@ -77,6 +77,7 @@ class epicsShareClass Monitor : public Destroyable{
virtual MonitorElementPtr poll() = 0;
/**
* Release a MonitorElement that was returned by poll.
* A poll() must be called after the release() to check the presence of any modified data.
* @param monitorElement
*/
virtual void release(MonitorElementPtr const & monitorElement) = 0;