HPCToolkit
|
#include <MPICommunication.hpp>
Public Attributes | |
int | command |
union { | |
open_file_command ofile | |
get_data_command gdata | |
more_info_command minfo | |
filter_header_command filt | |
}; | |
Definition at line 104 of file MPICommunication.hpp.
union { ... } |
int TraceviewerServer::MPICommunication::CommandMessage::command |
Definition at line 106 of file MPICommunication.hpp.
filter_header_command TraceviewerServer::MPICommunication::CommandMessage::filt |
Definition at line 113 of file MPICommunication.hpp.
get_data_command TraceviewerServer::MPICommunication::CommandMessage::gdata |
Definition at line 111 of file MPICommunication.hpp.
more_info_command TraceviewerServer::MPICommunication::CommandMessage::minfo |
Definition at line 112 of file MPICommunication.hpp.
open_file_command TraceviewerServer::MPICommunication::CommandMessage::ofile |
Definition at line 110 of file MPICommunication.hpp.