Implements the VDev interface. One of these is created per connection, and represents device-specific parameters.
More...
Public Member Functions |
| | TAO_VDev (void) |
| | Default Constructor.
|
| virtual CORBA::Boolean | set_peer (AVStreams::StreamCtrl_ptr the_ctrl, AVStreams::VDev_ptr the_peer_dev, AVStreams::streamQoS &the_qos, const AVStreams::flowSpec &the_spec) |
| | Called to tell the vdev who the streamctrl, peer vdev is.
|
| virtual CORBA::Boolean | set_Mcast_peer (AVStreams::StreamCtrl_ptr the_ctrl, AVStreams::MCastConfigIf_ptr a_mcastconfigif, AVStreams::streamQoS &the_qos, const AVStreams::flowSpec &the_spec) |
| | Used to set the streamctrl and multicast device.
|
| virtual void | configure (const CosPropertyService::Property &the_config_mesg) |
| | Called by the peer VDev to configure the device (catch all)
|
| virtual void | set_format (const char *flowName, const char *format_name) |
| | Used to set a format on a flowname.
|
| virtual void | set_dev_params (const char *flowName, const CosPropertyService::Properties &new_params) |
| | Used to set device parameters.
|
| virtual CORBA::Boolean | modify_QoS (AVStreams::streamQoS &the_qos, const AVStreams::flowSpec &the_spec) |
| | Called to change QoS of the device.
|
Implements the VDev interface. One of these is created per connection, and represents device-specific parameters.