CARMA C++
|
This class keeps track of Observer instances and should only be used internally by the Observer/Observable classes. More...
#include "carma/util/PthreadMutex.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | carma::util::ObserverRegistry |
All instances of the Observer class are assigned an ID and registered within this class. More... | |
Namespaces | |
module | carma |
IDL for bima Rx Control, inherits from antenna::common::RxControl. | |
carma::util | |
Utility classes. | |
This class keeps track of Observer instances and should only be used internally by the Observer/Observable classes.
$CarmaCopyright$
Definition in file ObserverRegistry.h.