📄 constants.h
字号:
/* \file constants.h Copyright 2003-2004 Fraunhofer Institute for Open Communication Systems (FOKUS), Berlin, Germany This file is part of Network Measurement and Accounting System (NETMATE). NETMATE 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. NETMATE 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 software; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Description: here all string and numeric constants for the netmate toolset are declared $Id: constants.h,v 1.1.1.1 2004/12/23 05:52:36 s_zander Exp $*/#include "config.h"#ifndef _CONSTANTS_H_#define _CONSTANTS_H_// RuleManager.ccextern const unsigned int DONE_LIST_SIZE;extern const string FILTERVAL_FILE;// Meter.hextern const string DEFAULT_CONFIG_FILE;extern const string NETMATE_LOCK_FILE;extern const int DEF_SNAPSIZE;// Logger.hextern const string DEFAULT_LOG_FILE;// RuleFileParser.ccextern const string RULEFILE_DTD;// Rule.ccextern const string TIME_FORMAT;extern const string DEFAULT_SETNAME;// FilterValParser.ccextern const string FILTERVAL_DTD;// FilterDefParser.ccextern const string FILTERDEF_FILE;extern const string FILTERDEF_DTD;// CtrlComm.ccextern const string REPLY_TEMPLATE; //!< html response templateextern const string MAIN_PAGE_FILE;extern const string XSL_PAGE_FILE;extern const int EXPIRY_TIME; //!< expiry time for web pages served from cacheextern const int DEF_PORT; //!< default TCP port to connect to// ConfigParser.hextern const string CONFIGFILE_DTD;// nmrsh.ccextern const string PROMPT; //!< user prompt for interactive modeextern const string DEF_SERVER; //!< default netmate host extern const int HISTLEN; //!< history length (lines)extern const string HISTFILE; //!< name of the history fileextern const string DEF_XSL; //!< xsl file for decoding xml responsesextern const string HOME; //!< environment var pointing to the dir where the hist file isextern const string HELP; //!< help text in interactive shell#ifdef USE_SSL// certificate file location (SSL)extern const string CERT_FILE;#endif#endif // _CONSTANTS_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -