This is the complete list of members for Component, including all inherited members.
_identifier | Resource_impl | |
_logger | Logging_impl | protected |
_loggingMacros | Logging_impl | protected |
_logLevel | Logging_impl | protected |
_logName | Logging_impl | protected |
_parent_id | Resource_impl | |
_portServants | PortSupplier_impl | protected |
_softwareProfile | Resource_impl | protected |
_started | Resource_impl | protected |
addPort(const std::string &name, PortBase *servant) | PortSupplier_impl | protected |
addPort(const std::string &name, const std::string &description, PortBase *servant) | PortSupplier_impl | protected |
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) | PropertySet_impl | inlineprotected |
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) | PropertySet_impl | inlineprotected |
addPropertyChangeListener(const std::string &id, C *target, void(C::*func)(const T *, const T *)) | PropertySet_impl | inlineprotected |
addPropertyChangeListener(const std::string &id, void(*func)(const T *, const T *)) | PropertySet_impl | inlineprotected |
addPropertyChangeListener(const char *id, Func func) | PropertySet_impl | inlineprotected |
addPropertyChangeListener(const char *id, Target target, Func func) | PropertySet_impl | inlineprotected |
addPropertyListener(T &value, Target target, Func func) | PropertySet_impl | inlineprotected |
addPropertyListener(T &value, Func func) | PropertySet_impl | inlineprotected |
Component(const char *_uuid) | Component | |
Component(const char *_uuid, const char *label) | Component | |
component_running | Resource_impl | protected |
component_running_mutex | Resource_impl | protected |
configure(const CF::Properties &configProperties) | PropertySet_impl | |
constructor() | Resource_impl | virtual |
deactivateInPorts() | PortSupplier_impl | protected |
deactivateOutPorts() | PortSupplier_impl | protected |
executePropertyCallback(const std::string &id) | PropertySet_impl | protected |
getApplication() | Component | inline |
getCurrentWorkingDirectory() | Resource_impl | virtual |
getDomainManager() | Resource_impl | inline |
getLogConfig() | Logging_impl | |
getLogger() | Logging_impl | |
getLogger(const std::string &logger_name, const bool assignToResource=false) | Logging_impl | |
getNetwork() | Component | inline |
getPort(const char *) | PortSupplier_impl | |
getPortSet() | PortSupplier_impl | |
getProperty(CORBA::String_var id) | PropertySet_impl | protected |
getPropertyFromAddress(const void *address) | PropertySet_impl | protected |
getPropertyFromId(const std::string &) | PropertySet_impl | |
getPropertyFromName(const std::string &) | PropertySet_impl | |
getPropertyWrapper(T &value) | PropertySet_impl | inlineprotected |
getPropertyWrapperById(const std::string &id) | PropertySet_impl | inlineprotected |
halt() | Resource_impl | virtual |
identifier() | Resource_impl | |
initialize() | Resource_impl | |
initializeProperties(const CF::Properties &initialProperties) | PropertySet_impl | |
inPorts | PortSupplier_impl | protected |
LifeCycle_impl() | LifeCycle_impl | inline |
log_level() | Logging_impl | |
log_level(const CF::LogLevel newLevel) | Logging_impl | |
LogConfigCallbackFn typedef | Logging_impl | |
LogConfigListenerPtr typedef | Logging_impl | protected |
Logging_impl() | Logging_impl | |
LogLevelCallbackFn typedef | Logging_impl | |
LogLevelListenerPtr typedef | Logging_impl | protected |
naming_service_name | Resource_impl | |
outPorts | PortSupplier_impl | protected |
outPorts_var | PortSupplier_impl | protected |
ownedWrappers | PropertySet_impl | protected |
PortServantMap typedef | PortSupplier_impl | protected |
PortSupplier_impl() | PortSupplier_impl | |
PropertyCallbackFn typedef | PropertySet_impl | protected |
propertyChangePort | PropertySet_impl | protected |
PropertyMap typedef | PropertySet_impl | protected |
PropertySet_impl() | PropertySet_impl | |
propertySetAccess | PropertySet_impl | protected |
propTable | PropertySet_impl | protected |
query(CF::Properties &configProperties) | PropertySet_impl | |
registerInPort(Port_Provides_base_impl *port) | PortSupplier_impl | protected |
registerOutPort(Port_Uses_base_impl *port, CF::Port_ptr ref) | PortSupplier_impl | protected |
registerPropertyChangePort(PropertyEventSupplier *_propertyChangePort) | PropertySet_impl | inline |
registerPropertyListener(CORBA::Object_ptr listener, const CF::StringSequence &prop_ids, const CORBA::Float interval) | PropertySet_impl | |
releaseInPorts() | PortSupplier_impl | protected |
releaseObject() | Resource_impl | |
releaseOutPorts() | PortSupplier_impl | protected |
releasePorts() | PortSupplier_impl | protected |
Resource_impl(const char *_uuid) | Resource_impl | |
Resource_impl(const char *_uuid, const char *label) | Resource_impl | |
retrieve_records(CORBA::ULong &howMany, CORBA::ULong startingRecord) | Logging_impl | |
retrieve_records_by_date(CORBA::ULong &howMany, CORBA::ULongLong to_timeStamp) | Logging_impl | |
retrieve_records_from_date(CORBA::ULong &howMany, CORBA::ULongLong from_timeStamp) | Logging_impl | |
RH_ProvidesPortMap typedef | PortSupplier_impl | protected |
RH_UsesPortMap typedef | PortSupplier_impl | protected |
run() | Resource_impl | virtual |
runTest(CORBA::ULong TestID, CF::Properties &testValues) | TestableObject_impl | |
saveLoggingContext(const std::string &url, int loglevel, ossie::logging::ResourceCtxPtr ctx) | Logging_impl | |
setAdditionalParameters(std::string &softwareProfile, std::string &application_registrar_ior, std::string &nic) | Component | virtual |
setCurrentWorkingDirectory(std::string &cwd) | Resource_impl | virtual |
setExecparamProperties(std::map< std::string, char * > &) | PropertySet_impl | |
setLogConfig(const char *config_contents) | Logging_impl | |
setLogConfigCallback(LogConfigListener *func) | Logging_impl | protectedvirtual |
setLogConfigCallback(LogConfigCallbackFn func) | Logging_impl | protectedvirtual |
setLogConfigListener(T &target, void(T::*func)(const char *config_data)) | Logging_impl | inlineprotected |
setLogConfigListener(T *target, void(T::*func)(const char *config_data)) | Logging_impl | inlineprotected |
setLogConfigURL(const char *config_url) | Logging_impl | |
setLoggingContext(ossie::logging::ResourceCtxPtr ctx) | Logging_impl | |
setLoggingContext(const std::string &url, int loglevel, ossie::logging::ResourceCtxPtr ctx) | Logging_impl | |
setLoggingMacros(ossie::logging::MacroTable &tbl, bool applyCtx) | Logging_impl | |
setLogLevel(const char *logger_id, const CF::LogLevel newLevel) | Logging_impl | |
setLogLevelCallback(LogLevelListener *func) | Logging_impl | protectedvirtual |
setLogLevelCallback(LogLevelCallbackFn func) | Logging_impl | protectedvirtual |
setLogLevelListener(T &target, void(T::*func)(const char *logid, const CF::LogLevel &level)) | Logging_impl | inlineprotected |
setLogLevelListener(T *target, void(T::*func)(const char *logid, const CF::LogLevel &level)) | Logging_impl | inlineprotected |
setParentId(const std::string &parentid) | Resource_impl | inline |
setPropertyChangeListener(const std::string &id, T &target, void(T::*func)(const std::string &)) | PropertySet_impl | inlineprotected |
setPropertyChangeListener(const std::string &id, T *target, void(T::*func)(const std::string &)) | PropertySet_impl | inlineprotected |
setPropertyChangeListener(const std::string &id, PropertyCallbackFn func) | PropertySet_impl | protected |
setPropertyConfigureImpl(T &value, Target target, Func func) | PropertySet_impl | inlineprotected |
setPropertyConfigureImpl(T &value, Func func) | PropertySet_impl | inlineprotected |
setPropertyQueryImpl(T &value, Target target, Func func) | PropertySet_impl | inlineprotected |
setPropertyQueryImpl(T &value, Func func) | PropertySet_impl | inlineprotected |
setResourceContext(ossie::logging::ResourceCtxPtr ctx) | Logging_impl | |
softwareProfile() | Resource_impl | |
start() | Resource_impl | |
start_component(T *&component, int argc, char *argv[]) | Resource_impl | inlinestatic |
started() | Resource_impl | |
startPorts() | PortSupplier_impl | protected |
startPropertyChangeMonitor(const std::string &rsc_id) | PropertySet_impl | |
stop() | Resource_impl | |
stopPorts() | PortSupplier_impl | protected |
stopPropertyChangeMonitor() | PropertySet_impl | |
TestableObject_impl() | TestableObject_impl | inline |
unregisterPropertyListener(const char *reg_id) | PropertySet_impl | |
validate(CF::Properties property, CF::Properties &validProps, CF::Properties &invalidProps) | PropertySet_impl | protected |
~Component() | Component | virtual |
~Logging_impl() | Logging_impl | inlinevirtual |
~PropertySet_impl() | PropertySet_impl | |
~Resource_impl() | Resource_impl | virtual |