RTI Connext Modern C++ API  Version 6.1.0
rti::util::heap_monitoring::SnapshotOutputFormat_def Struct Reference

Specify the format of the output of the snapshot. RTI Connext. More...

#include <rti/util/util.hpp>

Public Types

enum  type {
  STANDARD,
  COMPRESSED
}
 The underlying enum type. More...
 

Detailed Description

Specify the format of the output of the snapshot. RTI Connext.

The definition of the rti::util::heap_monitoring SnapshotOutputFormat;

Member Enumeration Documentation

◆ type

The underlying enum type.

Enumerator
STANDARD 

The output of the snapshot will be in plain text.

COMPRESSED 

The output of the snapshot will be compressed using Zlib techonology.

The file can be uncompressed using zlib-flate.