My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Enumerations
inter_runtime_messages.h File Reference

Definitions of the message types that can be passed between runtimes. More...

#include "msu_type.h"
#include <stdlib.h>

Go to the source code of this file.

Classes

struct  inter_runtime_msg_hdr
 Header for messages to runtime from another runtime. More...
 
struct  inter_runtime_init_msg
 Sent to a newly-connected runtime to establish ID. More...
 

Enumerations

enum  inter_runtime_msg_type { UNKNOWN_INTER_RT_MSG, INTER_RT_INIT, RT_FWD_TO_MSU }
 These message types can be passed between runtimes. More...
 

Detailed Description

Definitions of the message types that can be passed between runtimes.

Definition in file inter_runtime_messages.h.

Enumeration Type Documentation

These message types can be passed between runtimes.

Enumerator
UNKNOWN_INTER_RT_MSG 

Set to 0 to catch cases where message type has not been set.

INTER_RT_INIT 

Payload type: inter_runtime_init_msg.

RT_FWD_TO_MSU 

Paylaod type: output of serialize_msu_msg.

Definition at line 35 of file inter_runtime_messages.h.