Solo Controller Documentation 1.0
Documentation for the Solo Controller
 
Loading...
Searching...
No Matches
ErrMsg.cpp File Reference
#include "ErrMsg.h"
#include "TaskManagerIO.h"
#include "Tasks.h"

Functions

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

Variables

const char ERROR_MSG [] = "FATAL ERROR .... FATAL ERROR .... FATAL ERROR ..... FATAL ERROR"
 
const char WARNING_MSG [] = "WARNING ..... (Press Screen to Continue) ..... WARNING"
 
const char DIVIDER_MSG [] = "==============================================================="
 
ErrMsgerrMsg = ErrMsg::getInstance()
 Global instance of ErrMsg.
 

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

◆ DIVIDER_MSG

const char DIVIDER_MSG[] = "==============================================================="

◆ errMsg

Global instance of ErrMsg.

◆ ERROR_MSG

const char ERROR_MSG[] = "FATAL ERROR .... FATAL ERROR .... FATAL ERROR ..... FATAL ERROR"

◆ WARNING_MSG

const char WARNING_MSG[] = "WARNING ..... (Press Screen to Continue) ..... WARNING"