#include <TaskContextC.h>
Public Member Functions | |
| _objref_CTaskContext (omniIOR *, omniIdentity *) | |
| _objref_CTaskContext () | |
| ::CORBA::Boolean | activate () |
| ::CORBA::Boolean | addPeer (CTaskContext_ptr p, const char *peer_alias) |
| ::CORBA::Boolean | cleanup () |
| ::CORBA::Boolean | configure () |
| ::CORBA::Boolean | connectPeers (CTaskContext_ptr p) |
| ::CORBA::Boolean | connectPorts (CTaskContext_ptr p) |
| ::CORBA::Boolean | connectServices (CTaskContext_ptr p) |
| ::CORBA::Boolean | disconnectPeers (const char *name) |
| char * | getDescription () |
| char * | getName () |
| CTaskContext_ptr | getPeer (const char *name) |
| CTaskContext::CPeerNames * | getPeerList () |
| CService_ptr | getProvider (const char *service_name) |
| CServiceRequester_ptr | getRequester (const char *service_name) |
| CTaskState | getTaskState () |
| ::CORBA::Boolean | hasPeer (const char *name) |
| ::CORBA::Boolean | inFatalError () |
| ::CORBA::Boolean | inRunTimeError () |
| ::CORBA::Boolean | isActive () |
| ::CORBA::Boolean | isConfigured () |
| ::CORBA::Boolean | isRunning () |
| CDataFlowInterface_ptr | ports () |
| ::CORBA::Boolean | removePeer (const char *name) |
| ::CORBA::Boolean | resetException () |
| ::CORBA::Boolean | start () |
| ::CORBA::Boolean | stop () |
Protected Member Functions | |
| virtual | ~_objref_CTaskContext () |
Private Member Functions | |
| _objref_CTaskContext (const _objref_CTaskContext &) | |
| virtual void * | _ptrToObjRef (const char *) |
| _objref_CTaskContext & | operator= (const _objref_CTaskContext &) |
Friends | |
| class | CTaskContext |
Definition at line 257 of file TaskContextC.h.
| _objref_CTaskContext::_objref_CTaskContext | ( | ) | [inline] |
Definition at line 289 of file TaskContextC.h.
| _objref_CTaskContext::_objref_CTaskContext | ( | omniIOR * | , | |
| omniIdentity * | ||||
| ) |
| virtual _objref_CTaskContext::~_objref_CTaskContext | ( | ) | [protected, virtual] |
| _objref_CTaskContext::_objref_CTaskContext | ( | const _objref_CTaskContext & | ) | [private] |
| virtual void* _objref_CTaskContext::_ptrToObjRef | ( | const char * | ) | [private, virtual] |
| ::CORBA::Boolean _objref_CTaskContext::activate | ( | ) |
| ::CORBA::Boolean _objref_CTaskContext::addPeer | ( | CTaskContext_ptr | p, | |
| const char * | peer_alias | |||
| ) |
| ::CORBA::Boolean _objref_CTaskContext::cleanup | ( | ) |
| ::CORBA::Boolean _objref_CTaskContext::configure | ( | ) |
| ::CORBA::Boolean _objref_CTaskContext::connectPeers | ( | CTaskContext_ptr | p | ) |
| ::CORBA::Boolean _objref_CTaskContext::connectPorts | ( | CTaskContext_ptr | p | ) |
| ::CORBA::Boolean _objref_CTaskContext::connectServices | ( | CTaskContext_ptr | p | ) |
| ::CORBA::Boolean _objref_CTaskContext::disconnectPeers | ( | const char * | name | ) |
| char* _objref_CTaskContext::getDescription | ( | ) |
| char* _objref_CTaskContext::getName | ( | ) |
| CTaskContext_ptr _objref_CTaskContext::getPeer | ( | const char * | name | ) |
| CTaskContext::CPeerNames* _objref_CTaskContext::getPeerList | ( | ) |
| CService_ptr _objref_CTaskContext::getProvider | ( | const char * | service_name | ) |
| CServiceRequester_ptr _objref_CTaskContext::getRequester | ( | const char * | service_name | ) |
| CTaskState _objref_CTaskContext::getTaskState | ( | ) |
| ::CORBA::Boolean _objref_CTaskContext::hasPeer | ( | const char * | name | ) |
| ::CORBA::Boolean _objref_CTaskContext::inFatalError | ( | ) |
| ::CORBA::Boolean _objref_CTaskContext::inRunTimeError | ( | ) |
| ::CORBA::Boolean _objref_CTaskContext::isActive | ( | ) |
| ::CORBA::Boolean _objref_CTaskContext::isConfigured | ( | ) |
| ::CORBA::Boolean _objref_CTaskContext::isRunning | ( | ) |
| _objref_CTaskContext& _objref_CTaskContext::operator= | ( | const _objref_CTaskContext & | ) | [private] |
| CDataFlowInterface_ptr _objref_CTaskContext::ports | ( | ) |
| ::CORBA::Boolean _objref_CTaskContext::removePeer | ( | const char * | name | ) |
| ::CORBA::Boolean _objref_CTaskContext::resetException | ( | ) |
| ::CORBA::Boolean _objref_CTaskContext::start | ( | ) |
| ::CORBA::Boolean _objref_CTaskContext::stop | ( | ) |
friend class CTaskContext [friend] |
Definition at line 303 of file TaskContextC.h.