TAO_AV 4.0.1
Loading...
Searching...
No Matches
Public Member Functions | List of all members
AVStreams::MCastConfigIf Interface Reference

Interface for multicasting operations. More...

import <AVStreams.idl;

Inheritance diagram for AVStreams::MCastConfigIf:
Inheritance graph
[legend]
Collaboration diagram for AVStreams::MCastConfigIf:
Collaboration graph
[legend]

Public Member Functions

boolean set_peer (in Object peer, inout streamQoS the_qos, in flowSpec the_spec) raises (QoSRequestFailed, streamOpFailed)
 Set a peer in the multicast tree.
 
void configure (in CosPropertyService::Property a_configuration)
 Configure the multicast stream.
 
void set_initial_configuration (in CosPropertyService::Properties initial)
 Sets the initial configuration to be used for all added peers.
 
void set_format (in string flowName, in string format_name) raises (notSupported)
 
void set_dev_params (in string flowName, in CosPropertyService::Properties new_params) raises (PropertyException, streamOpFailed)
 

Detailed Description

Interface for multicasting operations.

Member Function Documentation

◆ configure()

void AVStreams::MCastConfigIf::configure ( in CosPropertyService::Property a_configuration)

Configure the multicast stream.

◆ set_dev_params()

void AVStreams::MCastConfigIf::set_dev_params ( in string flowName,
in CosPropertyService::Properties new_params )
raises (PropertyException,
streamOpFailed )

Note, some of these device params are standardised by OMG Multicasting operations are not supported yet.

◆ set_format()

void AVStreams::MCastConfigIf::set_format ( in string flowName,
in string format_name )
raises (notSupported )

Uses <format_name> standardised by OMG and IETF Multicasting operations are not supported yet.

◆ set_initial_configuration()

void AVStreams::MCastConfigIf::set_initial_configuration ( in CosPropertyService::Properties initial)

Sets the initial configuration to be used for all added peers.

◆ set_peer()

boolean AVStreams::MCastConfigIf::set_peer ( in Object peer,
inout streamQoS the_qos,
in flowSpec the_spec )
raises (QoSRequestFailed,
streamOpFailed )

Set a peer in the multicast tree.


The documentation for this interface was generated from the following file: