📄 cmdtokens.h
字号:
/* cmdtokens.h *//****************************************************************************** * Name: cmdtokens.h * * Function: Define the tokens for parsing commands in AUTODOCK command mode.* * Copyright: (C) Garrett Matthew Morris, TSRI * *----------------------------------------------------------------------------* * Author: Garrett Matthew Morris, The Scripps Research Institute * * Date: 02/28/1995 * *----------------------------------------------------------------------------* * Inputs: none * * Returns: nothing * * Globals: none * *----------------------------------------------------------------------------* * Modification Record * * Date Inits Comments * * 09/06/95 RSH GA-LS constants added * * 02/28/95 GMM This header added * ******************************************************************************/#define COM_NULL 0 /* Command mode token for '\n' or '\0'. */#define COM_STOP 1 /* Command mode token for "STOP". */#define COM_EVAL 2 /* Command mode token for "EVALUATE". */#define COM_OUTC 3 /* Command mode token for "OUTCOORDS". */#define COM_OUTE 4 /* Command mode token for "OUTENERGY_ATOMIC". */#define COM_TRJ 5 /* Command mode token for "TRAJECTORY". */#define COM_EPDB 6 /* Command mode token for "ENERGY_PDB". */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -