00001 #ifndef _RDO_CMDS_H_
00002 #define _RDO_CMDS_H_
00003
00004
00005
00006
00007 #define MAJ_SET 0
00008 #define MAJ_GET 1
00009 #define MAJ_READ 2
00010 #define MAJ_WRITE 3
00011 #define MAJ_RUN 4
00012 #define MAJ_TEST 5
00013 #define MAJ_CONFIG 6
00014 #define MAJ_MISC 7
00015
00016
00017
00018 #define MIN_ALTRO_START 0
00019 #define ALTRO_K1 0x00
00020 #define ALTRO_K2 0x01
00021 #define ALTRO_K3 0x02
00022 #define ALTRO_L1 0x03
00023 #define ALTRO_L2 0x04
00024 #define ALTRO_L3 0x05
00025 #define ALTRO_VFPED 0x06
00026 #define ALTRO_PMDTA 0x07
00027 #define ALTRO_ZSTHR 0x08
00028 #define ALTRO_BCTHR 0x09
00029 #define ALTRO_TRCFG 0x0a
00030 #define ALTRO_DPCFG 0x0b
00031 #define ALTRO_DPCF2 0x0c
00032 #define ALTRO_PMADD 0x0d
00033 #define ALTRO_ERSTR 0x10
00034 #define ALTRO_ADEVL 0x11
00035 #define ALTRO_TRCNT 0x12
00036 #define ALTRO_WPINC 0x18
00037 #define ALTRO_RPINC 0x19
00038 #define ALTRO_CHRDO 0x1a
00039 #define ALTRO_SWTRG 0x1b
00040 #define ALTRO_TRCLR 0x1c
00041 #define ALTRO_ERCLR 0x1d
00042 #define MIN_ALTRO_STOP 31
00043 #define MIN_ID 32
00044 #define MIN_RECONFIG 33
00045 #define MIN_RUN_TYPE 34
00046
00047
00048 #define MIN_LOG 0
00049 #define MIN_PED 1
00050 #define MIN_MON 2
00051 #define MIN_EXEC 3
00052 #define MIN_FLASH 4
00053 #define MIN_ANY 5
00054 #define MIN_CONFIG 6
00055 #define MIN_FLASH_ALT 0x30
00056 #define MIN_FLASH_BOB 0x31
00057 #define MIN_FLASH_FEE 0x32
00058
00059
00060 #define MIN_START 0
00061 #define MIN_STOP 1
00062
00063
00064 #define MIN_TRG 0
00065 #define MIN_TEST_RDO 1
00066
00067
00068 #define MIN_EVTS 0
00069 #define MIN_TIME 1
00070 #define MIN_RDO 2
00071
00072
00073 #define MIN_REINIT_LINK 0
00074
00075
00076
00077 #endif