RTI Connext Modern C++ API  Version 5.3.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rti::topic::PrintFormatKind_def Struct Reference

The definition of the dds::core::safe_enum PrintFormatKind. More...

#include <PrintFormat.hpp>

Public Types

enum  type {
  DEFAULT = DDS_DEFAULT_PRINT_FORMAT,
  XML = DDS_XML_PRINT_FORMAT,
  JSON = DDS_JSON_PRINT_FORMAT
}
 The underlying enum type. More...
 

Detailed Description

The definition of the dds::core::safe_enum PrintFormatKind.

Member Enumeration Documentation

The underlying enum type.

Enumerator:
DEFAULT 

Use a default format specific to RTI Connext to represent the data when converting a data sample to a string.

XML 

Use an XML format to represent the data when converting a data sample to a string.

JSON 

Use an JSON format to represent the data when converting a data sample to a string.


RTI Connext Modern C++ API Version 5.3.0 Copyright © Sun Jun 25 2017 Real-Time Innovations, Inc