channelaccess / ca_matlab

4 stars 2 forks source link

Add example on how to use and implement a Comparator for waitForValue calls #4

Open simongregorebner opened 9 years ago

simongregorebner commented 9 years ago

When dealing with Doubles comparison is not trivial. For such cases there is waitForValue call which accepts a Comparator. Document the usage of this ...