|
virtual | ~Resource_impl () |
|
| Resource_impl (const char *_uuid) |
|
| Resource_impl (const char *_uuid, const char *label) |
|
virtual void | constructor () |
|
void | setParentId (const std::string &parentid) |
|
void | start () throw (CF::Resource::StartError, CORBA::SystemException) |
|
void | stop () throw (CF::Resource::StopError, CORBA::SystemException) |
|
void | initialize () throw (CF::LifeCycle::InitializeError, CORBA::SystemException) |
|
void | releaseObject () throw (CORBA::SystemException, CF::LifeCycle::ReleaseError) |
|
char * | identifier () throw (CORBA::SystemException) |
|
CORBA::Boolean | started () throw (CORBA::SystemException) |
|
char * | softwareProfile () throw (CORBA::SystemException) |
|
virtual void | run () |
|
virtual void | halt () |
|
virtual void | setCurrentWorkingDirectory (std::string &cwd) |
|
virtual std::string & | getCurrentWorkingDirectory () |
|
virtual void | setAdditionalParameters (std::string &softwareProfile, std::string &application_registrar_ior, std::string &nic) |
|
redhawk::DomainManagerContainer * | getDomainManager () |
|
| 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 () |
|
| PortSupplier_impl () |
|
CORBA::Object * | getPort (const char *) throw (CF::PortSupplier::UnknownPort, CORBA::SystemException) |
|
CF::PortSupplier::PortInfoSequence * | getPortSet () |
|
| LifeCycle_impl () |
|
void | initialize () throw (CF::LifeCycle::InitializeError, CORBA::SystemException) |
|
void | releaseObject () throw (CF::LifeCycle::ReleaseError, CORBA::SystemException) |
|
| TestableObject_impl () |
|
void | runTest (CORBA::ULong TestID, CF::Properties &testValues) throw (CF::UnknownProperties, CF::TestableObject::UnknownTest, CORBA::SystemException) |
|
| Logging_impl () |
|
virtual | ~Logging_impl () |
|
char * | getLogConfig () |
|
void | setLogConfig (const char *config_contents) |
|
void | setLogConfigURL (const char *config_url) |
|
CF::LogLevel | log_level () |
|
void | log_level (const CF::LogLevel newLevel) |
|
void | setLogLevel (const char *logger_id, const CF::LogLevel newLevel) throw (CF::UnknownIdentifier) |
|
LOGGER | getLogger () |
|
LOGGER | getLogger (const std::string &logger_name, const bool assignToResource=false) |
|
CF::LogEventSequence * | retrieve_records (CORBA::ULong &howMany, CORBA::ULong startingRecord) |
|
CF::LogEventSequence * | retrieve_records_by_date (CORBA::ULong &howMany, CORBA::ULongLong to_timeStamp) |
|
CF::LogEventSequence * | retrieve_records_from_date (CORBA::ULong &howMany, CORBA::ULongLong from_timeStamp) |
|
void | setLoggingMacros (ossie::logging::MacroTable &tbl, bool applyCtx) |
|
void | setResourceContext (ossie::logging::ResourceCtxPtr ctx) |
|
void | setLoggingContext (ossie::logging::ResourceCtxPtr ctx) |
|
void | setLoggingContext (const std::string &url, int loglevel, ossie::logging::ResourceCtxPtr ctx) |
|
void | saveLoggingContext (const std::string &url, int loglevel, ossie::logging::ResourceCtxPtr ctx) |
|
|
typedef void(* | LogConfigCallbackFn) (const char *config_data) |
|
typedef void(* | LogLevelCallbackFn) (const char *logid, const CF::LogLevel &) |
|
typedef void(* | PropertyCallbackFn) (const std::string &) |
|
typedef std::map< std::string, PropertyInterface * > | PropertyMap |
|
typedef std::map< std::string, PortBase * > | PortServantMap |
|
typedef std::map< std::string, Port_Uses_base_impl * > | RH_UsesPortMap |
|
typedef std::map< std::string, Port_Provides_base_impl * > | RH_ProvidesPortMap |
|
typedef boost::shared_ptr< LogConfigListener > | LogConfigListenerPtr |
|
typedef boost::shared_ptr< LogLevelListener > | LogLevelListenerPtr |
|
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) |
|
void | addPort (const std::string &name, PortBase *servant) |
|
void | addPort (const std::string &name, const std::string &description, PortBase *servant) |
|
void | releasePorts () |
|
void | startPorts () |
|
void | stopPorts () |
|
void | registerInPort (Port_Provides_base_impl *port) |
|
void | registerOutPort (Port_Uses_base_impl *port, CF::Port_ptr ref) |
|
void | releaseInPorts () |
|
void | releaseOutPorts () |
|
void | deactivateOutPorts () |
|
void | deactivateInPorts () |
|
template<typename T > |
void | setLogConfigListener (T &target, void(T::*func)(const char *config_data)) |
|
template<typename T > |
void | setLogConfigListener (T *target, void(T::*func)(const char *config_data)) |
|
template<typename T > |
void | setLogLevelListener (T &target, void(T::*func)(const char *logid, const CF::LogLevel &level)) |
|
template<typename T > |
void | setLogLevelListener (T *target, void(T::*func)(const char *logid, const CF::LogLevel &level)) |
|
virtual void | setLogConfigCallback (LogConfigListener *func) |
|
virtual void | setLogConfigCallback (LogConfigCallbackFn func) |
|
virtual void | setLogLevelCallback (LogLevelListener *func) |
|
virtual void | setLogLevelCallback (LogLevelCallbackFn func) |
|