JeVois
1.17
JeVois Smart Embedded Machine Vision Toolkit
|
Share this page: |
|
|
|
 |
 |
|
Go to the documentation of this file.
24 #include <boost/thread/shared_mutex.hpp>
54 std::map<std::string, ParameterBase *> itsParameterList;
57 mutable boost::shared_mutex itsParamMtx;
void removeParameter(ParameterBase *const param)
The Parameter class uses this method to un-register itself on destruction with its owning Component.
virtual ~ParameterRegistry()
Virtual destructor for safe inheritance.
A component of a model hierarchy.
Base class for Parameter.
void addParameter(ParameterBase *const param)
The Parameter class uses this method to register itself on construction with its owning Component.
A simple registry of all parameters associated with a Component.
void callbackInitCall()
For all parameters that have a callback which has never been called, call it with the default param v...