qpOASES  3.2.1
An Implementation of the Online Active Set Strategy
Public Attributes | List of all members
MessageHandling::ReturnValueList Struct Reference

Data structure for entries in global message list. More...

#include <MessageHandling.hpp>

Public Attributes

returnValue key
 
const char * data
 
VisibilityStatus globalVisibilityStatus
 

Detailed Description

Data structure for entries in global message list.

Author
Hans Joachim Ferreau

Member Data Documentation

◆ data

const char* MessageHandling::ReturnValueList::data

Corresponding message.

Referenced by MessageHandling::getErrorCodeMessage().

◆ globalVisibilityStatus

VisibilityStatus MessageHandling::ReturnValueList::globalVisibilityStatus

Determines if message can be printed. If this value is set to VS_HIDDEN, no message is printed!

◆ key

returnValue MessageHandling::ReturnValueList::key

Global return value.


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