|
| PropertySet_impl () |
|
| ~PropertySet_impl () |
|
void | setExecparamProperties (std::map< std::string, char * > &) |
|
void | initializeProperties (const CF::Properties &initialProperties) throw (CF::PropertyEmitter::AlreadyInitialized, CF::PropertySet::PartialConfiguration, CF::PropertySet::InvalidConfiguration, CORBA::SystemException) |
|
void | configure (const CF::Properties &configProperties) throw (CF::PropertySet::PartialConfiguration, CF::PropertySet::InvalidConfiguration, CORBA::SystemException) |
|
void | query (CF::Properties &configProperties) throw (CF::UnknownProperties, CORBA::SystemException) |
|
PropertyInterface * | getPropertyFromId (const std::string &) |
|
PropertyInterface * | getPropertyFromName (const std::string &) |
|
void | registerPropertyChangePort (PropertyEventSupplier *_propertyChangePort) |
|
char * | registerPropertyListener (CORBA::Object_ptr listener, const CF::StringSequence &prop_ids, const CORBA::Float interval) throw (CF::UnknownProperties, CF::InvalidObjectReference) |
|
void | unregisterPropertyListener (const char *reg_id) throw (CF::InvalidIdentifier) |
|
void | startPropertyChangeMonitor (const std::string &rsc_id) |
|
void | stopPropertyChangeMonitor () |
|
|
CF::DataType | getProperty (CORBA::String_var id) |
|
void | validate (CF::Properties property, CF::Properties &validProps, CF::Properties &invalidProps) |
|
template<typename T > |
PropertyInterface * | addProperty (T &value, const std::string &id, const std::string &name, const std::string &mode, const std::string &units, const std::string &action, const std::string &kinds) |
|
template<typename T , typename T2 > |
PropertyInterface * | addProperty (T &value, const T2 &initial_value, const std::string &id, const std::string &name, const std::string &mode, const std::string &units, const std::string &action, const std::string &kinds) |
|
template<class C , typename T > |
void | addPropertyChangeListener (const std::string &id, C *target, void(C::*func)(const T *, const T *)) |
|
template<typename T > |
void | addPropertyChangeListener (const std::string &id, void(*func)(const T *, const T *)) |
|
template<typename Func > |
void | addPropertyChangeListener (const char *id, Func func) |
|
template<typename Target , typename Func > |
void | addPropertyChangeListener (const char *id, Target target, Func func) |
|
template<typename T , typename Target , typename Func > |
void | addPropertyListener (T &value, Target target, Func func) |
|
template<typename T , typename Func > |
void | addPropertyListener (T &value, Func func) |
|
template<typename T , typename Target , typename Func > |
void | setPropertyQueryImpl (T &value, Target target, Func func) |
|
template<typename T , typename Func > |
void | setPropertyQueryImpl (T &value, Func func) |
|
template<typename T , typename Target , typename Func > |
void | setPropertyConfigureImpl (T &value, Target target, Func func) |
|
template<typename T , typename Func > |
void | setPropertyConfigureImpl (T &value, Func func) |
|
template<class T > |
void | setPropertyChangeListener (const std::string &id, T &target, void(T::*func)(const std::string &)) |
|
template<class T > |
void | setPropertyChangeListener (const std::string &id, T *target, void(T::*func)(const std::string &)) |
|
template<class T > |
PropertyWrapper< T > * | getPropertyWrapperById (const std::string &id) |
|
template<class T > |
PropertyWrapper< T > * | getPropertyWrapper (T &value) |
|
PropertyInterface * | getPropertyFromAddress (const void *address) |
|
void | setPropertyChangeListener (const std::string &id, PropertyCallbackFn func) |
|
void | executePropertyCallback (const std::string &id) |
|