RTI Connext .NET API (legacy)  Version 6.1.2
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages

Builtin topic for accessing requests from different services within RTI Connext. More...

Classes

class  DDS::ServiceRequest
 A request coming from one of the built-in services. More...
 
class  DDS::ServiceRequestSeq
 Instantiates DDS::Sequence < DDS::ServiceRequest > . More...
 
class  DDS::ServiceRequestTypeSupport
 Instantiates TypeSupport < DDS::ServiceRequest > . More...
 
class  DDS::ServiceRequestDataReader
 Instantiates DataReader < DDS::ServiceRequest > . More...
 

Properties

static System::Int32 DDS::ServiceRequest::UNKNOWN_SERVICE_ID [get]
 An invalid Service Id. More...
 
static System::Int32 DDS::ServiceRequest::TOPIC_QUERY_SERVICE_ID [get]
 Service Id for the DDS::TopicQuery Service. More...
 
static System::String^ DDS::ServiceRequestTypeSupport::SERVICE_REQUEST_TOPIC_NAME [get]
 Service Request topic name. More...
 

Detailed Description

Builtin topic for accessing requests from different services within RTI Connext.

Currently, the only public service that uses this topic is the DDS::TopicQuery service.

See also
Topic Queries for an explanation of how TopicQueries use ServiceRequests and how you can access the ServiceRequests for debugging purposes in the section The Built-in ServiceRequest DataReader.

Properties

◆ UNKNOWN_SERVICE_ID

System:: Int32 DDS::ServiceRequest::UNKNOWN_SERVICE_ID
staticget

An invalid Service Id.

◆ TOPIC_QUERY_SERVICE_ID

System:: Int32 DDS::ServiceRequest::TOPIC_QUERY_SERVICE_ID
staticget

Service Id for the DDS::TopicQuery Service.

◆ SERVICE_REQUEST_TOPIC_NAME

System:: String^ DDS::ServiceRequestTypeSupport::SERVICE_REQUEST_TOPIC_NAME
staticget