RTI Connext Modern C++ API  Version 7.0.0
rti::util::heap_monitoring::SnapshotContentFormat_def Struct Reference

Bitmap used to decide which information of the snapshot will be displayed. More...

#include <rti/util/util.hpp>

Public Types

enum  type {
  TOPIC,
  FUNCTION,
  ACTIVITY,
  DEFAULT,
  MINIMAL
}
 The underlying enum type. More...
 

Detailed Description

Bitmap used to decide which information of the snapshot will be displayed.

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

Member Enumeration Documentation

◆ type

The underlying enum type.

Enumerator
TOPIC 

Add the topic to the snapshot of heap monitoring.

FUNCTION 

Add the function name to the snapshot of heap monitoring.

ACTIVITY 

Add the activity context to the snapshot of heap monitoring. The user can select the information that will be part of the activity context by using the API rti::config::activity_context::set_attribute_mask.

DEFAULT 

Add all the optional attributes to the snapshot of heap monitoring.

MINIMAL 

Not add any optional attribute to the snapshot of heap monitoring.