📄 deluge_msgs.h
字号:
// This file is part of MANTIS OS, Operating System// See http://mantis.cs.colorado.edu///// Copyright (C) 2003,2004,2005 University of Colorado, Boulder//// This program is free software; you can redistribute it and/or// modify it under the terms of the mos license (see file LICENSE)#include "mos.h"#include "deluge_impl.h"#include "plat_dep.h"#include <avr/pgmspace.h>/** @file deluge_msgs.h * @brief Definitions for deluge message to be put in program memory */#ifdef DELUGE_PRINT_PACKETSextern const char sPktPortType[] ARCH_PROGMEM;extern const char sSendNList[] ARCH_PROGMEM;extern const char sSendSumm[] ARCH_PROGMEM;extern const char sSendProf[] ARCH_PROGMEM;extern const char sSendReq[] ARCH_PROGMEM;extern const char sSendData[] ARCH_PROGMEM;extern const char sSendComm[] ARCH_PROGMEM;extern const char sRecvNList[] ARCH_PROGMEM;extern const char sRecvSumm[] ARCH_PROGMEM;extern const char sRecvProf[] ARCH_PROGMEM;extern const char sRecvReq[] ARCH_PROGMEM;extern const char sRecvData[] ARCH_PROGMEM;extern const char sRecvComm[] ARCH_PROGMEM;#endif#ifdef DELUGE_PRINT_EVENTextern const char sInitDeluge[] ARCH_PROGMEM;extern const char sDisplayTime[] ARCH_PROGMEM; // display timeextern const char sReboot[] ARCH_PROGMEM;extern const char sNewVer[] ARCH_PROGMEM;extern const char sPageDone[] ARCH_PROGMEM;extern const char sClearStats[] ARCH_PROGMEM;extern const char sStartRec[] ARCH_PROGMEM;extern const char sStopRec[] ARCH_PROGMEM;extern const char sChangeVer[] ARCH_PROGMEM;extern const char sClearTimer[] ARCH_PROGMEM; // clear timerextern const char sWipe[] ARCH_PROGMEM;extern const char sDone[] ARCH_PROGMEM;extern const char sChangeCache[] ARCH_PROGMEM;extern const char sChangeTx[] ARCH_PROGMEM;extern const char sHello[] ARCH_PROGMEM;/*extern const char s[] ARCH_PROGMEM;extern const char s[] ARCH_PROGMEM;extern const char s[] ARCH_PROGMEM;extern const char s[] ARCH_PROGMEM;extern const char s[] ARCH_PROGMEM;extern const char s[] ARCH_PROGMEM;*/#endifextern const char sProgErr[] ARCH_PROGMEM;extern const char sPageErr[] ARCH_PROGMEM;extern const char sFileErr[] ARCH_PROGMEM;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -