Prusa MINI Firmware overview
|
Go to the source code of this file.
Macros | |
#define | Notify(...) ((void)0) |
#define | NotifyStr(...) ((void)0) |
#define | Notifyc(...) ((void)0) |
#define | NotifyFailGetDevDescr(...) ((void)0) |
#define | NotifyFailSetDevTblEntry(...) ((void)0) |
#define | NotifyFailGetConfDescr(...) ((void)0) |
#define | NotifyFailGetDevDescr(...) ((void)0) |
#define | NotifyFailSetDevTblEntry(...) ((void)0) |
#define | NotifyFailGetConfDescr(...) ((void)0) |
#define | NotifyFailSetConfDescr(...) ((void)0) |
#define | NotifyFailUnknownDevice(...) ((void)0) |
#define | NotifyFail(...) ((void)0) |
Functions | |
void | E_Notify (char const *msg, int lvl) |
void | E_Notify (uint8_t b, int lvl) |
void | E_NotifyStr (char const *msg, int lvl) |
void | E_Notifyc (char c, int lvl) |
template<class ERROR_TYPE > | |
void | ErrorMessage (uint8_t level, char const *msg, ERROR_TYPE rcode=0) |
template<class ERROR_TYPE > | |
void | ErrorMessage (char const *msg __attribute__((unused)), ERROR_TYPE rcode __attribute__((unused))=0) |
Variables | |
int | UsbDEBUGlvl |
#define Notify | ( | ... | ) | ((void)0) |
#define NotifyStr | ( | ... | ) | ((void)0) |
#define Notifyc | ( | ... | ) | ((void)0) |
#define NotifyFailGetDevDescr | ( | ... | ) | ((void)0) |
#define NotifyFailSetDevTblEntry | ( | ... | ) | ((void)0) |
#define NotifyFailGetConfDescr | ( | ... | ) | ((void)0) |
#define NotifyFailGetDevDescr | ( | ... | ) | ((void)0) |
#define NotifyFailSetDevTblEntry | ( | ... | ) | ((void)0) |
#define NotifyFailGetConfDescr | ( | ... | ) | ((void)0) |
#define NotifyFailSetConfDescr | ( | ... | ) | ((void)0) |
#define NotifyFailUnknownDevice | ( | ... | ) | ((void)0) |
#define NotifyFail | ( | ... | ) | ((void)0) |
void E_Notifyc | ( | char | c, |
int | lvl | ||
) |
int UsbDEBUGlvl |
Copyright (C) 2011 Circuits At Home, LTD. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Circuits At Home, LTD Web : http://www.circuitsathome.com e-mail : suppo rt@c ircui tsat home. com