Definition in file BrokerFactory.cc.
Include dependency graph for BrokerFactory.cc:
Go to the source code of this file.
Functions | |
int | bfHey (CORBA::ORB_ptr orb, HeyParser &hp, ostream &out, ostream &err) |
Handle 'hey's directed at the library. | |
int | bfManagerHey (CORBA::ORB_ptr orb, HeyParser &hp) |
Handle 'hey's directed at a Broker::Manager object. | |
int | bfRealTimeTaskHey (CORBA::ORB_ptr orb, HeyParser &hp) |
Handle 'hey's directed at a Broker::RealTimeTask object. | |
int | FACTORY_METHOD_SYMBOL (factory_library_op_t op, int tag, va_list args) |
The primary library function. |
|
Handle 'hey's directed at the library.
Definition at line 47 of file BrokerFactory.cc. References HeyParser::CREATE_PROPERTY, HeyParser::GET_SUITES, HeyPropertyInfo::HPI_NULL, HeyParser::LIST_PROPERTIES, manager, orb, HeyParser::popProperty(), require, rtt, Broker::TaskParameters, HeyParser::what(), and HeyParser::withValue(). Referenced by FACTORY_METHOD_SYMBOL(). |
Here is the call graph for this function:
|
Handle 'hey's directed at a Broker::Manager object.
Definition at line 167 of file BrokerFactory.cc. References HeyParser::EXECUTE_PROPERTY, HeyParser::GET_PROPERTY, HeyParser::GET_SUITES, HeyPropertyInfo::HPI_NULL, HeyParser::LIST_PROPERTIES, manager, orb, HeyParser::popProperty(), ManagerImpl::ResolveTask(), Broker::ScheduleParameters, HeyParser::SET_PROPERTY, HeyParser::to(), HeyParser::what(), HeyParser::who(), HeyParser::with(), and HeyParser::withValue(). Referenced by FACTORY_METHOD_SYMBOL(). |
Here is the call graph for this function:
|
Handle 'hey's directed at a Broker::RealTimeTask object.
Definition at line 411 of file BrokerFactory.cc. References HeyParser::EXECUTE_PROPERTY, HeyParser::GET_PROPERTY, HeyParser::GET_SUITES, HeyPropertyInfo::HPI_NULL, HeyParser::LIST_PROPERTIES, manager, orb, HeyParser::popProperty(), rtt, Broker::ScheduleParameters, HeyParser::SET_PROPERTY, string_to_microsec(), HeyParser::to(), HeyParser::what(), HeyParser::who(), HeyParser::with(), and HeyParser::withValue(). Referenced by FACTORY_METHOD_SYMBOL(). |
Here is the call graph for this function:
|
The primary library function. This function provides a generic interface to the capabilities of a shared library.
Definition at line 634 of file BrokerFactory.cc. References bfHey(), bfManagerHey(), bfRealTimeTaskHey(), FLO_HEY, FLO_QUERY, FMA_HeyParser, FMA_HeyServerHint, FMA_ORB, FMA_StandardError, FMA_StandardOut, FMA_TAG_DONE, and orb. |
Here is the call graph for this function: