#include <AVStreams_i.h>
Inheritance diagram for TAO_Basic_StreamCtrl:
Public Member Functions | |
TAO_Basic_StreamCtrl (void) | |
Default Constructor. | |
virtual void | stop (const AVStreams::flowSpec &the_spec ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException, AVStreams::noSuchFlow) |
virtual void | start (const AVStreams::flowSpec &the_spec ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException, AVStreams::noSuchFlow) |
virtual void | destroy (const AVStreams::flowSpec &the_spec ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException, AVStreams::noSuchFlow) |
virtual CORBA::Boolean | modify_QoS (AVStreams::streamQoS &new_qos, const AVStreams::flowSpec &the_spec ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException, AVStreams::noSuchFlow, AVStreams::QoSRequestFailed) |
virtual void | push_event (const struct CosPropertyService::Property &the_event ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
virtual void | set_FPStatus (const AVStreams::flowSpec &the_spec, const char *fp_name, const CORBA::Any &fp_settings ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException, AVStreams::noSuchFlow, AVStreams::FPError) |
Used to control the flow protocol parameters. | |
virtual CORBA::Object_ptr | get_flow_connection (const char *flow_name ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException, AVStreams::noSuchFlow, AVStreams::notSupported) |
virtual void | set_flow_connection (const char *flow_name, CORBA::Object_ptr flow_connection ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException, AVStreams::noSuchFlow, AVStreams::notSupported) |
Protected Types | |
typedef ACE_Hash_Map_Manager< ACE_CString, AVStreams::FlowConnection_var, ACE_Null_Mutex > | FlowConnection_Map |
Hash table for the flow names and its corresponding flowconnection object reference. | |
typedef ACE_Hash_Map_Iterator< ACE_CString, AVStreams::FlowConnection_var, ACE_Null_Mutex > | FlowConnection_Map_Iterator |
typedef ACE_Hash_Map_Entry< ACE_CString, AVStreams::FlowConnection_var > | FlowConnection_Map_Entry |
Protected Member Functions | |
virtual | ~TAO_Basic_StreamCtrl (void) |
Destructor. | |
Protected Attributes | |
AVStreams::VDev_var | vdev_a_ |
The Virtual Devices for this stream. | |
AVStreams::VDev_var | vdev_b_ |
AVStreams::StreamEndPoint_A_var | sep_a_ |
The Endpoints for this stream. | |
AVStreams::StreamEndPoint_B_var | sep_b_ |
FlowConnection_Map | flow_connection_map_ |
AVStreams::FlowConnection_seq | flowConnections_ |
u_int | flow_count_ |
sequence of flow names. | |
AVStreams::flowSpec | flows_ |
Definition at line 75 of file AVStreams_i.h.
|
Hash table for the flow names and its corresponding flowconnection object reference.
Definition at line 164 of file AVStreams_i.h. |
|
Definition at line 166 of file AVStreams_i.h. |
|
Definition at line 165 of file AVStreams_i.h. |
|
Default Constructor.
Definition at line 74 of file AVStreams_i.cpp.
00075 :flow_count_ (0) 00076 { 00077 } |
|
Destructor.
Definition at line 326 of file AVStreams_i.cpp.
00327 { 00328 } |
|
Tears down the stream. This will close the connection, and delete the streamendpoint and vdev associated with this stream Empty the_spec means apply operation to all flows Reimplemented in TAO_StreamCtrl. |
|
Not implemented in the light profile, will raise the notsupported exception |
|
Changes the QoS associated with the stream Empty the_spec means apply operation to all flows Reimplemented in TAO_StreamCtrl. |
|
Used by StreamEndPoint and VDev to inform StreamCtrl of events. E.g., loss of flow, reestablishment of flow, etc.. |
|
Not implemented in the light profile, will raise the notsupported exception |
|
Used to control the flow protocol parameters.
|
|
Start the transfer of data in the stream. Empty the_spec means apply operation to all flows Reimplemented in TAO_StreamCtrl. |
|
Stop the transfer of data of the stream Empty the_spec means apply operation to all flows Reimplemented in TAO_StreamCtrl. |
|
Definition at line 167 of file AVStreams_i.h. |
|
sequence of flow names.
Definition at line 171 of file AVStreams_i.h. |
|
Definition at line 168 of file AVStreams_i.h. |
|
Definition at line 172 of file AVStreams_i.h. |
|
The Endpoints for this stream.
Definition at line 160 of file AVStreams_i.h. |
|
Definition at line 161 of file AVStreams_i.h. |
|
The Virtual Devices for this stream.
Definition at line 156 of file AVStreams_i.h. |
|
Definition at line 157 of file AVStreams_i.h. |