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

Initialization message, sent to controller to identify runtime upon first connection. More...

#include <rt_controller_messages.h>

Public Attributes

unsigned int runtime_id
 Unique identifier for the runtime. More...
 
uint32_t ip
 Local IP address with which the runtime listens for other runtimes. More...
 
int port
 Port on which the runtime listens for other runtimes. More...
 

Detailed Description

Initialization message, sent to controller to identify runtime upon first connection.

Definition at line 47 of file rt_controller_messages.h.

Member Data Documentation

uint32_t rt_controller_init_msg::ip

Local IP address with which the runtime listens for other runtimes.

Definition at line 51 of file rt_controller_messages.h.

int rt_controller_init_msg::port

Port on which the runtime listens for other runtimes.

Definition at line 53 of file rt_controller_messages.h.

unsigned int rt_controller_init_msg::runtime_id

Unique identifier for the runtime.

Definition at line 49 of file rt_controller_messages.h.


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