TAO_AV
2.1.3
|
Reactive strategy. More...
#include <Endpoint_Strategy_T.h>
Public Member Functions | |
TAO_AV_Endpoint_Reactive_Strategy_A (void) | |
int | init (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa) |
Constructor. | |
virtual | ~TAO_AV_Endpoint_Reactive_Strategy_A (void) |
Destructor. | |
virtual int | activate_stream_endpoint (void) |
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 (void) | |
Constructor. | |
virtual | ~TAO_AV_Endpoint_Reactive_Strategy (void) |
Destructor. | |
virtual int | activate (void) |
creates and activates the streamendpoint, vdev, and mediacontrol | |
virtual int | activate_vdev (void) |
activates the vdev with the POA | |
virtual int | activate_mediactrl (void) |
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_ |
Reactive strategy.
TAO_AV_Endpoint_Reactive_Strategy_A< T_StreamEndpoint, T_VDev, T_MediaCtrl >::TAO_AV_Endpoint_Reactive_Strategy_A | ( | void | ) |
|
virtual |
Destructor.
|
virtual |
Overrides the base class stream_endpoint activator, to activate an "A" type endpoint
Implements TAO_AV_Endpoint_Reactive_Strategy< T_StreamEndpoint, T_VDev, T_MediaCtrl >.
|
virtual |
Called by the MMDevice, when it needs to create an A type endpoint.
Reimplemented from TAO_AV_Endpoint_Strategy.
int TAO_AV_Endpoint_Reactive_Strategy_A< T_StreamEndpoint, T_VDev, T_MediaCtrl >::init | ( | CORBA::ORB_ptr | orb, |
PortableServer::POA_ptr | poa | ||
) |
Constructor.