pit_driver_cmd_def.h

Go to the documentation of this file.
00001 // file to write all the definitions of commands 
00002 
00003 
00004 #define GENERIC_CMD_NAME                        "PIT/COMMAND"
00005 #define GENERIC_CMD_SERVICE                     "PIT/CMD_RETURN"
00006 #define GENERIC_CMD_STATUS_SERVICE      "PIT/CMD_STATUS"
00007 #define DIM_LOG_NAME                            "PIT/LOG"                                       
00008 
00009 //const int genericCmdStatusSize = 15;
00010 
00011 #define CMD_STATUS_EXECUTING    "EXECUTING"
00012 #define CMD_STATUS_FINISHED     "FINISHED"
00013 #define CMD_STATUS_FAILED               "FAILED"
00014 
00015 
00016 #define CMD_WRITE_WORD                                  "write_word"                            
00017 #define CMD_READ_WORD                                   "read_word"                             
00018 #define CMD_LOAD_REQUIRED_CHANNELS_FILE "load_required_file"            
00019 #define CMD_MEMORY_ACCESS_TEST                  "memory_access_test"                    
00020 
00021 #define CMD_WRITE_UDF_ENABLE                    "write_udf_enable"                      
00022 #define CMD_READ_UDF_ENABLE                             "read_udf_enable"                       
00023 #define CMD_READ_FO_MASK                                "read_fo_mask"                          
00024 #define  CMD_READ_LINK_DELAY                    "read_link_delay"                       
00025 #define  CMD_WRITE_LINK_DELAY                   "write_link_delay"                      
00026 #define  CMD_READ_LINK_PHASE                    "read_link_phase"                       
00027 #define CMD_READ_ERROR_COUNTER                  "read_error_counter"            
00028 //#define CMD_READ_SELF_MASKING_ENABLE  "read_self_masking_enable"      
00029 
00030 #define CMD_READ_TIME_STAMP                             "read_time_stamp"                       
00031 #define CMD_READ_MAX_FASTOR_COUNTS              "read_max_fastor_counts"        
00032 #define CMD_READ_MIN_FASTOR_COUNTS              "read_min_fastor_counts"        
00033 #define CMD_WRITE_MAX_FASTOR_COUNTS             "write_max_fastor_counts"       
00034 #define CMD_WRITE_MIN_FASTOR_COUNTS             "write_min_fastor_counts"       
00035 
00036 #define CMD_ASSIGN_CHIP_FOMASK                  "assign_chip_fomask"            
00037 #define CMD_CLEAR_CHIP_FOMASK                   "clear_chip_fomask"                     
00038 //#define CMD_GET_FO_RATE                                       "get_fo_rate"                   
00039 #define CMD_FORCE_FO_CHANNEL                    "force_fo_channel"                      
00040 #define CMD_RELEASE_FO_CHANNEL                  "release_fo_channel"            
00041 #define CMD_READ_FO_COUNTER                             "read_fo_counter"                       
00042 
00043 #define CMD_REFRESH_GLOBAL_STATUS               "refresh_global_status"         
00044 #define CMD_REFRESH_OPTIN_STATUS                "refresh_optin_status"          
00045 #define CMD_REFRESH_LINK_STATUS                 "refresh_link_status"           
00046 #define CMD_REFRESH_FO_STATUS                   "refresh_fo_status"                     
00047 
00048 #define CMD_PROC_START_COUNTER                  "start_proc_counter"            
00049 #define CMD_PROC_STOP_COUNTER                   "stop_proc_counter"                 
00050 #define CMD_WRITE_PROC_CMD_REG                  "write_proc_cmd"                
00051 #define CMD_READ_PROC_CMD_REG                   "read_proc_cmd"                 
00052 #define CMD_READ_PROC_STATUS                    "read_proc_status"              
00053 #define CMD_READ_PROC_SETTINGS_REGISTER         "read_proc_settings"    
00054 #define CMD_WRITE_PROC_SETTINGS_REGISTER        "write_proc_settings"   
00055 #define CMD_READ_PROC_COUNTER                           "read_proc_counter"                     
00056 #define CMD_SET_PROC_TIMER_ENABLE                       "set_proc_timer_enable"         
00057 #define CDM_READ_PROC_TIMER_PERIOD                      "read_proc_timer_period"        
00058 #define CMD_WRITE_PROC_TIMER_PERIOD                     "write_proc_timer_period"       
00059 #define CMD_READ_PROC_GEN_COUNTER                       "read_proc_gen_counter" 
00060 #define CMD_READ_PROC_TIME_STAMP                        "read_proc_time_stamp"  
00061 #define CMD_READ_PROC_SIGNATURE                         "read_proc_signature"   
00062 #define CMD_WRITE_PROC_SIGNATURE                        "write_proc_signature"  
00063 #define CMD_WRITE_PROC_TRIGGER_MODE                     "write_trigger_mode"    
00064 #define CMD_READ_PROC_TRIGGER_MODE                      "read_trigger_mode"     
00065 
00066 #define CMD_CHECK_BOARD_PLUGGED                 "check_board_plugged"           
00067 #define CMD_RESET_SIU                                   "reset_siu"                                     
00068 

Generated on Sat Mar 29 22:55:54 2008 for pixelTrigger by  doxygen 1.5.0