dc550_phonesm_idle.h

来自「一款经典的数字电话设计资料」· C头文件 代码 · 共 48 行

H
48
字号
/*****************************************************************************/
/*  CONFIDENTIAL                                                             */
/*  Sigpro Copyright 2003, All rights reserved                               */
/*****************************************************************************/
/*  CLIENT:  Telematrix                                                      */
/*  PROJECT: DC550 Digital Centrex Phone                                     */
/*  FILE:    dc550_phonesm.h                                                 */
/*****************************************************************************/
/*  This is the header file for dc550_phonesm_idle.c.                        */
/*****************************************************************************/

#ifndef __DC550_PHONESM_IDLE_HEADER__
#define __DC550_PHONESM_IDLE_HEADER__

#include  "dc550_local.h"
#include  "dc550_phonesm.h"


/******************************************************************************
 *  ENUMS AND CONSTANTS
 *****************************************************************************/
// Constants will be defined here


/******************************************************************************
 *  FUNCTION PROTOTYPES
 *****************************************************************************/
void phonesm_idle_init(void);
void phonesm_idle_state_enter(void);
BOOL phonesm_idle_exec_hookswitch(BOOL updown);
BOOL phonesm_idle_exec_keypress(unsigned int key, BOOL updown);
BOOL phonesm_idle_exec_modemcommand(DC550MDCMessage command);
BOOL phonesm_idle_exec_periodic(BOOL firstline, BOOL secondline);


#endif


#ifndef __DC550_PHONESM_IDLE_EXTERN__
#define __DC550_PHONESM_IDLE_EXTERN__

/******************************************************************************
 *  GLOBAL VARIABLES
 *****************************************************************************/
// Global variables will be defined here


#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?