📄 textcommandparsertokentypes.java
字号:
/*
* Copyright (C) 2007 ETH Zurich
*
* This file is part of Fosstrak (www.fosstrak.org).
*
* Fosstrak is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* Fosstrak 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with Fosstrak; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*/
// $ANTLR : "command.g" -> "TextCommandParser.java"$
package org.fosstrak.reader.rprm.core.msg.command;
public interface TextCommandParserTokenTypes {
int EOF = 1;
int NULL_TREE_LOOKAHEAD = 3;
int READERDEVICE = 4;
int RD = 5;
int SOURCE = 6;
int SRC = 7;
int READPOINT = 8;
int RP = 9;
int TAGSELECTOR = 10;
int TS = 11;
int DATASELECTOR = 12;
int DS = 13;
int NOTIFICATIONCHANNEL = 14;
int NC = 15;
int TRIGGER = 16;
int TRG = 17;
int COMMANDCHANNEL = 18;
int CC = 19;
int EVENTTYPE = 20;
int ET = 21;
int TRIGGERTYPE = 22;
int TT = 23;
int FIELDNAME = 24;
int FN = 25;
int IOPORTS = 26;
int IOP = 27;
int TAGFIELD = 28;
int TF = 29;
int CMD_GETEPC = 30;
int CMD_GE = 31;
int CMD_GETMANUFACTURER = 32;
int CMD_GMAN = 33;
int CMD_GETMODEL = 34;
int CMD_GMOD = 35;
int CMD_GETHANDLE = 36;
int CMD_GH = 37;
int CMD_SETHANDLE = 38;
int CMD_SH = 39;
int CMD_GETNAME = 40;
int CMD_GN = 41;
int CMD_SETNAME = 42;
int CMD_SN = 43;
int CMD_GETROLE = 44;
int CMD_GR = 45;
int CMD_SETROLE = 46;
int CMD_SR = 47;
int CMD_GET_TIME_TICKS = 48;
int CMD_GTIC = 49;
int CMD_GET_TIME_UTC = 50;
int CMD_GUTC = 51;
int CMD_SET_TIME_UTC = 52;
int CMD_SUTC = 53;
int CMD_GET_MANUFACTURER_DESCRIPTION = 54;
int CMD_GMD = 55;
int CMD_GET_CURRENT_SOURCE = 56;
int CMD_GCS = 57;
int CMD_SET_CURRENT_SOURCE = 58;
int CMD_SCS = 59;
int CMD_GET_CURRENT_DATA_SELECTOR = 60;
int CMD_GCDS = 61;
int CMD_SET_CURRENT_DATA_SELECTOR = 62;
int CMD_SCDS = 63;
int CMD_REMOVE_SOURCES = 64;
int CMD_RSRC = 65;
int CMD_REMOVE_ALL_SOURCES = 66;
int CMD_RASRC = 67;
int CMD_GET_SOURCE = 68;
int CMD_GSRC = 69;
int CMD_GET_ALL_SOURCES = 70;
int CMD_GASRC = 71;
int CMD_REMOVE_DATA_SELECTORS = 72;
int CMD_RDS = 73;
int CMD_REMOVE_ALL_DATA_SELECTORS = 74;
int CMD_RADS = 75;
int CMD_GET_DATA_SELECTOR = 76;
int CMD_GDS = 77;
int CMD_GET_ALL_DATA_SELECTORS = 78;
int CMD_GADS = 79;
int CMD_REMOVE_NOTIFICATION_CHANNELS = 80;
int CMD_RNC = 81;
int CMD_REMOVE_ALL_NOTIFICATION_CHANNELS = 82;
int CMD_RANC = 83;
int CMD_GET_NOTIFICATION_CHANNEL = 84;
int CMD_GNC = 85;
int CMD_GET_ALL_NOTIFICATION_CHANNELS = 86;
int CMD_GANC = 87;
int CMD_REMOVE_TRIGGERS = 88;
int CMD_RTRG = 89;
int CMD_REMOVE_ALL_TRIGGERS = 90;
int CMD_RATRG = 91;
int CMD_GET_TRIGGER = 92;
int CMD_GTRG = 93;
int CMD_GET_ALL_TRIGGERS = 94;
int CMD_GATRG = 95;
int CMD_REMOVE_TAG_SELECTORS = 96;
int CMD_RTS = 97;
int CMD_REMOVE_ALL_TAG_SELECTORS = 98;
int CMD_RATS = 99;
int CMD_GET_TAG_SELECTOR = 100;
int CMD_GTS = 101;
int CMD_GET_ALL_TAG_SELECTORS = 102;
int CMD_GATS = 103;
int CMD_REMOVE_TAG_FIELDS = 104;
int CMD_RTF = 105;
int CMD_REMOVE_ALL_TAG_FIELDS = 106;
int CMD_RATF = 107;
int CMD_GET_TAG_FIELD = 108;
int CMD_GTF = 109;
int CMD_GET_ALL_TAG_FIELDS = 110;
int CMD_GATF = 111;
int CMD_RESET_TO_DEFAULT_SETTINGS = 112;
int CMD_RESET = 113;
int CMD_REBOOT = 114;
int CMD_BOOT = 115;
int CMD_GOODBYE = 116;
int CMD_BYE = 117;
int CMD_GET_READ_POINT = 118;
int CMD_GRP = 119;
int CMD_GET_ALL_READ_POINTS = 120;
int CMD_GARP = 121;
int CMD_CREATE = 122;
int CMD_C = 123;
int CMD_IS_FIXED = 124;
int CMD_ISFX = 125;
int CMD_ADD_READ_POINTS = 126;
int CMD_ARP = 127;
int CMD_REMOVE_READ_POINTS = 128;
int CMD_RRP = 129;
int CMD_REMOVE_ALL_READ_POINTS = 130;
int CMD_RARP = 131;
int CMD_ADD_READ_TRIGGERS = 132;
int CMD_ART = 133;
int CMD_REMOVE_READ_TRIGGERS = 134;
int CMD_RRT = 135;
int CMD_REMOVE_ALL_READ_TRIGGERS = 136;
int CMD_RART = 137;
int CMD_GET_READ_TRIGGER = 138;
int CMD_GRT = 139;
int CMD_GET_ALL_READ_TRIGGERS = 140;
int CMD_GART = 141;
int CMD_ADD_TAG_SELECTORS = 142;
int CMD_ATS = 143;
int CMD_GET_GLIMPSED_TIMEOUT = 144;
int CMD_GGTO = 145;
int CMD_SET_GLIMPSED_TIMEOUT = 146;
int CMD_SGTO = 147;
int CMD_GET_OBSERVED_THRESHOLD = 148;
int CMD_GOTH = 149;
int CMD_SET_OBSERVED_THRESHOLD = 150;
int CMD_SOTH = 151;
int CMD_GET_OBSERVED_TIMEOUT = 152;
int CMD_GOTO = 153;
int CMD_SET_OBSERVED_TIMEOUT = 154;
int CMD_SOTO = 155;
int CMD_GET_LOST_TIMEOUT = 156;
int CMD_GLTO = 157;
int CMD_SET_LOST_TIMEOUT = 158;
int CMD_SLTO = 159;
int CMD_RAW_READ_IDS = 160;
int CMD_RRID = 161;
int CMD_READ_IDS = 162;
int CMD_RID = 163;
int CMD_READ = 164;
int CMD_R = 165;
int CMD_WRITE_ID = 166;
int CMD_WID = 167;
int CMD_WRITE = 168;
int CMD_W = 169;
int CMD_KILL = 170;
int CMD_K = 171;
int CMD_GET_READ_CYCLES_PER_TRIGGER = 172;
int CMD_GRCPT = 173;
int CMD_SET_READ_CYCLES_PER_TRIGGER = 174;
int CMD_SRCPT = 175;
int CMD_GET_MAX_READ_DUTY_CYCLE = 176;
int CMD_GMRDC = 177;
int CMD_SET_MAX_READ_DUTY_CYCLE = 178;
int CMD_SMRDC = 179;
int CMD_GET_READ_TIMEOUT = 180;
int CMD_GRTO = 181;
int CMD_SET_READ_TIMEOUT = 182;
int CMD_SRTO = 183;
int CMD_SET_SESSION = 184;
int CMD_SSS = 185;
int CMD_GET_SESSION = 186;
int CMD_GSS = 187;
int CMD_GET_MAX_NUMBER_SUPPORTED = 188;
int CMD_GMAX = 189;
int CMD_GMX = 190;
int CMD_GET_TYPE = 191;
int CMD_GT = 192;
int CMD_GET_VALUE = 193;
int CMD_GV = 194;
int CMD_FIRE = 195;
int CMD_F = 196;
int CMD_GET_MASK = 197;
int CMD_GM = 198;
int CMD_GET_INCLUSIVE_FLAG = 199;
int CMD_GIF = 200;
int CMD_GET_ADDRESS = 201;
int CMD_GADR = 202;
int CMD_GET_EFFECTIVE_ADDRESS = 203;
int CMD_GEADR = 204;
int CMD_SET_ADDRESS = 205;
int CMD_SADR = 206;
int CMD_SET_DATA_SELECTOR = 207;
int CMD_SDS = 208;
int CMD_ADD_SOURCES = 209;
int CMD_ASRC = 210;
int CMD_ADD_NOTIFICATION_TRIGGERS = 211;
int CMD_ANT = 212;
int CMD_REMOVE_NOTIFICATION_TRIGGERS = 213;
int CMD_RNT = 214;
int CMD_REMOVE_ALL_NOTIFICATION_TRIGGERS = 215;
int CMD_RANT = 216;
int CMD_GET_NOTIFICATION_TRIGGER = 217;
int CMD_GNT = 218;
int CMD_GET_ALL_NOTIFICATION_TRIGGERS = 219;
int CMD_GANT = 220;
int CMD_READ_QUEUED_DATA = 221;
int CMD_RQD = 222;
int CMD_ADD_FIELD_NAMES = 223;
int CMD_AFN = 224;
int CMD_REMOVE_FIELD_NAMES = 225;
int CMD_RFN = 226;
int CMD_REMOVE_ALL_FIELD_NAMES = 227;
int CMD_RAFN = 228;
int CMD_GET_ALL_FIELD_NAMES = 229;
int CMD_GAFN = 230;
int CMD_ADD_EVENT_FILTERS = 231;
int CMD_AEF = 232;
int CMD_REMOVE_EVENT_FILTERS = 233;
int CMD_REF = 234;
int CMD_REMOVE_ALL_EVENT_FILTERS = 235;
int CMD_RAEF = 236;
int CMD_GET_ALL_EVENT_FILTERS = 237;
int CMD_GAEF = 238;
int CMD_ADD_TAG_FIELD_NAMES = 239;
int CMD_ATFN = 240;
int CMD_REMOVE_TAG_FIELD_NAMES = 241;
int CMD_RTFN = 242;
int CMD_REMOVE_ALL_TAG_FIELD_NAMES = 243;
int CMD_RATFN = 244;
int CMD_GET_ALL_TAG_FIELD_NAMES = 245;
int CMD_GATFN = 246;
int CMD_GET_SUPPORTED_TYPES = 247;
int CMD_GST = 248;
int CMD_GET_SUPPORTED_NAMES = 249;
int CMD_GSN = 250;
int CMD_GET_TAG_FIELD_NAME = 251;
int CMD_GTFN = 252;
int CMD_SET_TAG_FIELD_NAME = 253;
int CMD_STFN = 254;
int CMD_GET_MEMORY_BANK = 255;
int CMD_GMB = 256;
int CMD_SET_MEMORY_BANK = 257;
int CMD_SMB = 258;
int CMD_GET_OFFSET = 259;
int CMD_GOFF = 260;
int CMD_SET_OFFSET = 261;
int CMD_SOFF = 262;
int CMD_GET_LENGTH = 263;
int CMD_GLEN = 264;
int CMD_SET_LENGTH = 265;
int CMD_SLEN = 266;
int SHARP = 267;
int DOT = 268;
int LF = 269;
int EXCLAMATION = 270;
int IDENT = 271;
int CMD_GET_ALL_NOTIFICATION_CHANNEL = 272;
int CMD_ADD_NOTIFICATIOIN_TRIGGERS = 273;
int COMMA = 274;
int INT = 275;
int ASSIGN = 276;
int CMD_DATA_SELECTOR = 277;
int LBRACKET = 278;
int RBRACKET = 279;
int WS = 280;
int ESCAPE = 281;
int DIGIT = 282;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -