📄 mmsatest.c
字号:
/************************************************************************//* SISCO SOFTWARE MODULE HEADER *****************************************//************************************************************************//* (c) Copyright Systems Integration Specialists Company, Inc., *//* 1986 - 1997, All Rights Reserved. *//* *//* MODULE NAME : mmsatest.c *//* PRODUCT (S) : MMSEASE *//* *//* MODULE DESCRIPTION : *//* This module contains only a stub function which may be *//* modified or replaced with additional 'test' code. *//* *//* GLOBAL FUNCTIONS DEFINED IN THIS MODULE : *//* ST_VOID do_test () *//* *//* MODIFICATION LOG : *//* Date Who Rev Comments *//* -------- --- ------ ------------------------------------------- *//* 01/11/00 RKR 01 added stub functions for block var support *//* 05/15/97 JRB 7.00 MMSEASE 7.0 release. *//************************************************************************/#include "glbtypes.h"#include "sysincs.h"#include "fkeydefs.h"#include "scrndefs.h"#include "mms_usr.h" /* to access MMS functions, variables */#include "mms_vvar.h"#include "userdefs.h"/************************************************************************//* do_test *//* This is a stub function to allow additional test code to be easily *//* added. Test code can be added to this function, or the function *//* may be replaced with another function of the same name containing *//* any useful test code. *//************************************************************************/ST_VOID do_test (ST_VOID) { wait_msg ("TEST MENU not available.\n Hit any key to continue - "); (*menu_set_fun) (); }/************************************************************************//* add_var_block *//************************************************************************/ST_VOID add_var_block (ST_CHAR *block_type_name, ST_INT block_num_vars, ST_CHAR *block_base_var_name, ST_INT block_update_type, ST_INT block_update_interval) { }/************************************************************************//* update_var_blocks *//************************************************************************/ST_VOID update_var_blocks (ST_INT ctxt) { }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -