helics  2.8.1
Public Attributes | List of all members
helics_message Struct Reference

#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
 

Detailed Description

Message_t mapped to a c compatible structure

use of this structure is deprecated in HELICS 2.5 and removed in HELICS 3.0

Member Data Documentation

◆ data

const char* helics_message::data

message data

◆ dest

const char* helics_message::dest

the final destination

◆ flags

int16_t helics_message::flags

flags related to the message

◆ length

int64_t helics_message::length

message length

◆ messageID

int32_t helics_message::messageID

message identification information

◆ original_dest

const char* helics_message::original_dest

the original destination of the message

◆ original_source

const char* helics_message::original_source

original source

◆ source

const char* helics_message::source

the most recent source

◆ time

helics_time helics_message::time

message time


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