Solo Controller Documentation 1.0
Documentation for the Solo Controller
 
Loading...
Searching...
No Matches
ErrMsg.h File Reference
#include "Canvas.h"
#include "Menu.h"

Go to the source code of this file.

Classes

class  ErrMsg
 
struct  ErrMsg::EndlToken
 Token that indicates the end of a line in the error message. More...
 

Macros

#define _MAXCHARS   85
 Maximum number of characters that can be displayed in each line.
 

Functions

template<>
ErrMsgErrMsg::operator<<< ErrMsg::EndlToken > (const ErrMsg::EndlToken value)
 Specialization of the operator<< method for adding a newline to the error message.
 

Variables

ErrMsgerrMsg
 Global instance of ErrMsg.
 

Macro Definition Documentation

◆ _MAXCHARS

#define _MAXCHARS   85

Maximum number of characters that can be displayed in each line.

This is set small enough to ensure there is no line wrapping.

Function Documentation

◆ ErrMsg::operator<<< ErrMsg::EndlToken >()

template<>
ErrMsg & ErrMsg::operator<<< ErrMsg::EndlToken > ( const ErrMsg::EndlToken value)

Specialization of the operator<< method for adding a newline to the error message.

Parameters
[in]valueThe value to be added to the error message.
Returns
Reference to this object

Variable Documentation

◆ errMsg

ErrMsg& errMsg
extern

Global instance of ErrMsg.