📄 funconf.h
字号:
/*******************************************************************************
文件名:Funconf.h
版权所有:格林耐特通信有限公司
版本:V1.0
original by yushoqing 2003.04.03
描述:功能函数
*******************************************************************************/
#ifndef _FUNCONF_H
#define _FUNCONF_H
#include "ttype.h"
#define PTN_RETRY_FRVR_BITS 0x03
#define PTN_AGE_OUT_BIT 0x01
#define PTN_MAC_HASH_BITS 0x03
#define PTN_TICKET_ALG_CRC 0x02
#define PASSWORD_TOO_LONG 1
#define USERNAME_TOO_LONG 2
#define MODIFY_OK 3
#define NAME_TOO_LONG 4
#define USER_NOT_EXIST 5
#define USER_EXIST 6
#define USER_TOO_MUCH 7
#define USER_CREATE_OK 8
#define USER_NO_POWER 9
#define USER_OPERATION_OK 10
#define USER_OPERATION_ERROR 11
#define USER_CHARACTER_ERROR 12
#define BCS_SETTING_OK 0
#define ERROR_BCS_SETTING 1
#define OVERTIME 0xff
#define CRTL_C 0x3
void delay(UINT32 delay_times);
void watchdog (void);
void timeProcess(void);
void time0(void);
UINT8 inputStr(UINT8 string_flag,UINT8 inputedlen);
void setLogoutTime(UINT32 tvalue);
void showBroadcastValue(void);
void sysMsgShow( void );
void configDafault (void) ;
void agingEnable(UINT8 IsEnable);
unsigned char agingIsEnable(void);
void clear(void);
void sysHelp(void);
UINT32 bit32(UINT8 position);
UINT16 bit16(UINT8 position);
void debugPrintf(UINT16 type, UINT8 action);
void softwareVerCmp(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -