upm  1.7.1
Sensor/Actuator repository for libmraa (v2.0.0)
Public Member Functions | Data Fields
nmeatxt Struct Reference

Detailed Description

Text structure definition

Public Member Functions

 nmeatxt ()
 
 nmeatxt (int severity, const std::string &message)
 
std::string __str__ ()
 

Data Fields

int severity
 
std::string message
 

Constructor & Destructor Documentation

nmeatxt ( )
inline

Default constructor

nmeatxt ( int  severity,
const std::string &  message 
)
inline

Create a nmeatxt from arguments constructor

Parameters
severityMessage severity
messageTarget message

Here is the call graph for this function:

Member Function Documentation

std::string __str__ ( )

Provide a string representation of this structure.

Returns
String representing a nmeatxt

Here is the caller graph for this function:

Field Documentation

int severity

Message severity

std::string message

Message text


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