My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
ctrl_add_runtime_msg Struct Reference

Payload for messages of type CTRL_CONNECT_TO_RUNTIME. More...

#include <ctrl_runtime_messages.h>

Public Attributes

unsigned int runtime_id
 ID of the runtime to connect to. More...
 
uint32_t ip
 ip address of the runtime to connect to. More...
 
int port
 port of the runtime to connect to More...
 

Detailed Description

Payload for messages of type CTRL_CONNECT_TO_RUNTIME.

Initiates a connection from the target runtime to the runtime at the specified ip and port.

Definition at line 74 of file ctrl_runtime_messages.h.

Member Data Documentation

uint32_t ctrl_add_runtime_msg::ip

ip address of the runtime to connect to.

IPV4

Definition at line 76 of file ctrl_runtime_messages.h.

int ctrl_add_runtime_msg::port

port of the runtime to connect to

Definition at line 77 of file ctrl_runtime_messages.h.

unsigned int ctrl_add_runtime_msg::runtime_id

ID of the runtime to connect to.

Definition at line 75 of file ctrl_runtime_messages.h.


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