OpenDDS  Snapshot(2023/04/28-20:55)
Public Member Functions | Public Attributes | List of all members
TopicValue Struct Reference

#include <annotations.h>

Collaboration diagram for TopicValue:
Collaboration graph
[legend]

Public Member Functions

 TopicValue ()
 

Public Attributes

std::string name
 
std::string platform
 

Detailed Description

Definition at line 170 of file annotations.h.

Constructor & Destructor Documentation

◆ TopicValue()

TopicValue::TopicValue ( )
inline

Definition at line 174 of file annotations.h.

175  : name("")
176  , platform("*")
177  {}
std::string platform
Definition: annotations.h:172
std::string name
Definition: annotations.h:171

Member Data Documentation

◆ name

std::string TopicValue::name

Definition at line 171 of file annotations.h.

Referenced by TopicAnnotation::value_from_appl().

◆ platform

std::string TopicValue::platform

Definition at line 172 of file annotations.h.

Referenced by invalid_option(), and TopicAnnotation::value_from_appl().


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