![]() |
helics
2.8.1
|
#include <api-data.h>
Public Attributes | |
| helics_time | time |
| const char * | data |
| int64_t | length |
| int32_t | messageID |
| int16_t | flags |
| const char * | original_source |
| const char * | source |
| const char * | dest |
| const char * | original_dest |
Message_t mapped to a c compatible structure
use of this structure is deprecated in HELICS 2.5 and removed in HELICS 3.0
| const char* helics_message::data |
message data
| const char* helics_message::dest |
the final destination
| int16_t helics_message::flags |
flags related to the message
| int64_t helics_message::length |
message length
| int32_t helics_message::messageID |
message identification information
| const char* helics_message::original_dest |
the original destination of the message
| const char* helics_message::original_source |
original source
| const char* helics_message::source |
the most recent source
| helics_time helics_message::time |
message time
1.8.17