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

Payload for messages of type CTRL_DELETE_MSU. More...

#include <ctrl_runtime_messages.h>

Public Attributes

bool force
 If true, forces the deletion of an MSU even if it has existing states. More...
 
int msu_id
 ID of the MSU to be deleted. More...
 

Detailed Description

Payload for messages of type CTRL_DELETE_MSU.

Definition at line 146 of file ctrl_runtime_messages.h.

Member Data Documentation

bool ctrl_delete_msu_msg::force

If true, forces the deletion of an MSU even if it has existing states.

Definition at line 147 of file ctrl_runtime_messages.h.

int ctrl_delete_msu_msg::msu_id

ID of the MSU to be deleted.

Definition at line 148 of file ctrl_runtime_messages.h.


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