HPCToolkit
TraceviewerServer::MPICommunication::CommandMessage Struct Reference

#include <MPICommunication.hpp>

Collaboration diagram for TraceviewerServer::MPICommunication::CommandMessage:

Public Attributes

int command
 
union {
   open_file_command   ofile
 
   get_data_command   gdata
 
   more_info_command   minfo
 
   filter_header_command   filt
 
}; 
 

Detailed Description

Definition at line 104 of file MPICommunication.hpp.

Member Data Documentation

◆ @18

union { ... }

◆ command

int TraceviewerServer::MPICommunication::CommandMessage::command

Definition at line 106 of file MPICommunication.hpp.

◆ filt

filter_header_command TraceviewerServer::MPICommunication::CommandMessage::filt

Definition at line 113 of file MPICommunication.hpp.

◆ gdata

get_data_command TraceviewerServer::MPICommunication::CommandMessage::gdata

Definition at line 111 of file MPICommunication.hpp.

◆ minfo

more_info_command TraceviewerServer::MPICommunication::CommandMessage::minfo

Definition at line 112 of file MPICommunication.hpp.

◆ ofile

open_file_command TraceviewerServer::MPICommunication::CommandMessage::ofile

Definition at line 110 of file MPICommunication.hpp.


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