RTI Routing Service  Version 6.0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
RTI_RoutingServiceStreamInfo Struct Reference

Stream information. More...

Data Fields

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

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

int RTI_RoutingServiceStreamInfo::disposed

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

char* RTI_RoutingServiceStreamInfo::stream_name

The stream name.

struct RTI_RoutingServiceTypeInfo RTI_RoutingServiceStreamInfo::type_info

The type information associated with the stream.

This field is invalid for disposed streams.


RTI Routing Service Version 6.0.1 Copyright © Sun Nov 17 2019 Real-Time Innovations, Inc