|
CARMA C++
|
An Observable object executes a method on a registered Observer when an observable event occurs. More...
#include "carma/util/PthreadMutex.h"#include "carma/util/Observer.h"#include <map>#include <vector>Go to the source code of this file.
Classes | |
| class | carma::util::Observable |
| The Observable class is paired with the Observer class, with the Observable class calls its observableEvent() method to notify all registered Observers. More... | |
Namespaces | |
| module | carma |
| IDL for bima Rx Control, inherits from antenna::common::RxControl. | |
| carma::util | |
| Utility classes. | |
An Observable object executes a method on a registered Observer when an observable event occurs.
$CarmaCopyright$
Definition in file Observable.h.