RTI Routing Service Version 7.3.0
RTI_RoutingServiceStreamInfo Struct Reference

Stream information. More...

Data Fields

char * stream_name
 The stream name. More...
 
struct RTI_RoutingServiceTypeInfo type_info
 The type information associated with the stream. More...
 
DDS_Boolean disposed
 Indicates whether the stream is a newly discovered stream or a disposed stream that no longer exists. More...
 

Detailed Description

Stream information.

A stream in RTI Routing Service is a typed data channel to consume/produce data in one data domain.

Field Documentation

◆ stream_name

char* RTI_RoutingServiceStreamInfo::stream_name

The stream name.

◆ type_info

struct RTI_RoutingServiceTypeInfo RTI_RoutingServiceStreamInfo::type_info

The type information associated with the stream.

This field is invalid for disposed streams.

◆ disposed

DDS_Boolean RTI_RoutingServiceStreamInfo::disposed

Indicates whether the stream is a newly discovered stream or a disposed stream that no longer exists.