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

Payload for messages of type CTRL_CREATE_MSU. More...

#include <ctrl_runtime_messages.h>

Public Attributes

int msu_id
 ID of the MSU to create. More...
 
int type_id
 Type ID of the MSU to create. More...
 
struct msu_init_data init_data
 Initial data to pass to the MSU. More...
 

Detailed Description

Payload for messages of type CTRL_CREATE_MSU.

Note: Thread on which the MSU is created is specified in the ctrl_runtime_msg_hdr

Definition at line 136 of file ctrl_runtime_messages.h.

Member Data Documentation

struct msu_init_data ctrl_create_msu_msg::init_data

Initial data to pass to the MSU.

Definition at line 139 of file ctrl_runtime_messages.h.

int ctrl_create_msu_msg::msu_id

ID of the MSU to create.

Definition at line 137 of file ctrl_runtime_messages.h.

int ctrl_create_msu_msg::type_id

Type ID of the MSU to create.

Definition at line 138 of file ctrl_runtime_messages.h.


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