TAO_AV 4.0.1
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TAO_AV_Endpoint_Reactive_Strategy_B< T_StreamEndpoint, T_Vdev, T_MediaCtrl > Class Template Reference

Reactive strategy. More...

#include <Endpoint_Strategy_T.h>

Inheritance diagram for TAO_AV_Endpoint_Reactive_Strategy_B< T_StreamEndpoint, T_Vdev, T_MediaCtrl >:
Inheritance graph
[legend]
Collaboration diagram for TAO_AV_Endpoint_Reactive_Strategy_B< T_StreamEndpoint, T_Vdev, T_MediaCtrl >:
Collaboration graph
[legend]

Public Member Functions

 TAO_AV_Endpoint_Reactive_Strategy_B ()
 Constructor.
 
virtual ~TAO_AV_Endpoint_Reactive_Strategy_B ()
 Destructor.
 
int init (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa)
 
virtual int activate_stream_endpoint ()
 
virtual int create_B (AVStreams::StreamEndPoint_B_ptr &stream_endpoint, AVStreams::VDev_ptr &vdev)
 Called by the MMDevice, when it needs to create a B type endpoint.
 
- Public Member Functions inherited from TAO_AV_Endpoint_Strategy
 TAO_AV_Endpoint_Strategy ()
 Constructor.
 
virtual ~TAO_AV_Endpoint_Strategy ()
 Destructor.
 
virtual int create_A (AVStreams::StreamEndPoint_A_ptr &stream_endpoint, AVStreams::VDev_ptr &vdev)
 Called by the MMDevice, when it needs to create an A type endpoint.
 

Additional Inherited Members

- Protected Member Functions inherited from TAO_AV_Endpoint_Reactive_Strategy< T_StreamEndpoint, T_Vdev, T_MediaCtrl >
 TAO_AV_Endpoint_Reactive_Strategy ()
 Constructor.
 
virtual ~TAO_AV_Endpoint_Reactive_Strategy ()
 Destructor.
 
virtual int activate ()
 creates and activates the streamendpoint, vdev, and mediacontrol
 
virtual int activate_vdev ()
 activates the vdev with the POA
 
virtual int activate_mediactrl ()
 activates the media controller with the POA
 
virtual int make_vdev (T_Vdev *&vdev)
 
virtual int make_stream_endpoint (T_StreamEndpoint *&stream_endpoint)
 
virtual int make_mediactrl (T_MediaCtrl *&media_ctrl)
 
char * activate_with_poa (PortableServer::Servant servant)
 
- Protected Attributes inherited from TAO_AV_Endpoint_Reactive_Strategy< T_StreamEndpoint, T_Vdev, T_MediaCtrl >
CORBA::ORB_var orb_
 
PortableServer::POA_var poa_
 
CORBA::Object_var media_ctrl_obj_
 
T_StreamEndpoint * stream_endpoint_a_servant_
 
T_StreamEndpoint * stream_endpoint_b_servant_
 
T_Vdev * vdev_servant_
 
T_MediaCtrl * media_ctrl_servant_
 
- Protected Attributes inherited from TAO_AV_Endpoint_Strategy
AVStreams::StreamEndPoint_A_var stream_endpoint_a_
 The "A" stream endpoint.
 
AVStreams::StreamEndPoint_B_var stream_endpoint_b_
 The "B" stream endpoint.
 
AVStreams::VDev_var vdev_
 The vdev.
 

Detailed Description

template<class T_StreamEndpoint, class T_Vdev, class T_MediaCtrl>
class TAO_AV_Endpoint_Reactive_Strategy_B< T_StreamEndpoint, T_Vdev, T_MediaCtrl >

Reactive strategy.

Constructor & Destructor Documentation

◆ TAO_AV_Endpoint_Reactive_Strategy_B()

template<class T_StreamEndpoint , class T_VDev , class T_MediaCtrl >
TAO_AV_Endpoint_Reactive_Strategy_B< T_StreamEndpoint, T_VDev, T_MediaCtrl >::TAO_AV_Endpoint_Reactive_Strategy_B ( )

Constructor.

◆ ~TAO_AV_Endpoint_Reactive_Strategy_B()

template<class T_StreamEndpoint , class T_VDev , class T_MediaCtrl >
TAO_AV_Endpoint_Reactive_Strategy_B< T_StreamEndpoint, T_VDev, T_MediaCtrl >::~TAO_AV_Endpoint_Reactive_Strategy_B ( )
virtual

Destructor.

Member Function Documentation

◆ activate_stream_endpoint()

template<class T_StreamEndpoint , class T_VDev , class T_MediaCtrl >
int TAO_AV_Endpoint_Reactive_Strategy_B< T_StreamEndpoint, T_VDev, T_MediaCtrl >::activate_stream_endpoint ( )
virtual

Overrides the base class stream_endpoint activator, to activate a "B" type endpoint

Implements TAO_AV_Endpoint_Reactive_Strategy< T_StreamEndpoint, T_Vdev, T_MediaCtrl >.

◆ create_B()

template<class T_StreamEndpoint , class T_VDev , class T_MediaCtrl >
int TAO_AV_Endpoint_Reactive_Strategy_B< T_StreamEndpoint, T_VDev, T_MediaCtrl >::create_B ( AVStreams::StreamEndPoint_B_ptr & stream_endpoint,
AVStreams::VDev_ptr & vdev )
virtual

Called by the MMDevice, when it needs to create a B type endpoint.

Reimplemented from TAO_AV_Endpoint_Strategy.

◆ init()

template<class T_StreamEndpoint , class T_VDev , class T_MediaCtrl >
int TAO_AV_Endpoint_Reactive_Strategy_B< T_StreamEndpoint, T_VDev, T_MediaCtrl >::init ( CORBA::ORB_ptr orb,
PortableServer::POA_ptr poa )

The documentation for this class was generated from the following files: