Public Methods |
| TAO_FlowConsumer (void) |
| default constructor.
|
| TAO_FlowConsumer (const char *flowname, AVStreams::protocolSpec protocols, const char *format) |
virtual void | stop (CORBA::Environment &env = CORBA::Environment::default_environment ()) throw (CORBA::SystemException) |
| stop this flow, to be overridden by the application.
|
virtual void | start (CORBA::Environment &env = CORBA::Environment::default_environment ()) throw (CORBA::SystemException) |
| start this flow, to be overridden by the application.
|
virtual char* | go_to_listen (AVStreams::QoS & the_qos, CORBA::Boolean is_mcast, AVStreams::FlowEndPoint_ptr peer, char *& flowProtocol, CORBA::Environment &env = CORBA::Environment::default_environment ()) throw (CORBA::SystemException, AVStreams::failedToListen, AVStreams::FPError, AVStreams::QoSRequestFailed) |
virtual CORBA::Boolean | connect_to_peer (AVStreams::QoS & the_qos, const char * address, const char * use_flow_protocol, CORBA::Environment &env = CORBA::Environment::default_environment ()) throw (CORBA::SystemException, AVStreams::failedToConnect, AVStreams::FPError, AVStreams::QoSRequestFailed) |