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

Payload for messages of type CTRL_MSU_ROUTES. More...

#include <ctrl_runtime_messages.h>

Public Attributes

enum ctrl_msu_route_type type
 Sub-type of message. More...
 
int route_id
 ID of route to be added or removed. More...
 
int msu_id
 MSU to which the route is to be added or removed. More...
 

Detailed Description

Payload for messages of type CTRL_MSU_ROUTES.

For adding/removing routes from MSUs. Note: Message should be sent to the thread on which the MSU is placed.

Definition at line 164 of file ctrl_runtime_messages.h.

Member Data Documentation

int ctrl_msu_route_msg::msu_id

MSU to which the route is to be added or removed.

Definition at line 167 of file ctrl_runtime_messages.h.

int ctrl_msu_route_msg::route_id

ID of route to be added or removed.

Definition at line 166 of file ctrl_runtime_messages.h.

enum ctrl_msu_route_type ctrl_msu_route_msg::type

Sub-type of message.

Definition at line 165 of file ctrl_runtime_messages.h.


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