INTRODUCTION Overview Download and Install Documentation Publications REPOSITORY Libraries DEVELOPER Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
store.h Base class for all GbxUtilAcfr exceptions. Definition: gbxutilacfr/exceptions.h:66 void set(const Type &obj) Sets the contents of the Store. Definition: store.h:229 bool isNewData() const Returns TRUE if the data in the Store has not been accessed with get() yet. Definition: store.h:132 int getNext(Type &obj, int timeoutMs=-1) Waits until the next update and returns the new value. If the Store is empty, getNext blocks until th... Definition: store.h:169 |