/********************************************************** * paramdef.CloudHt * * This file contains the TDRP parameter definitions for * CloudHt. */ /*********************************************************************** * Debugging */ commentdef { p_header = "DEBUGGING PARAMETERS"; p_text = "Parameters controlling debug outputs...."; }; typedef enum { DEBUG_OFF, DEBUG_NORM, DEBUG_VERBOSE } debug_t; paramdef enum debug_t { p_default = DEBUG_OFF; p_descr = "Debug option"; p_help = "If set, debug messages will be printed appropriately"; } debug; /*********************************************************************** * Process parameters */ commentdef { p_header = "PROCESS PARAMETERS"; }; paramdef string { p_descr = "Process instance"; p_help = "Used for registration with procmap."; p_default = "Test"; } instance; /*********************************************************************** * Process control parameters. */ commentdef { p_header = "PROCESS CONTROL PARAMETERS"; }; typedef enum { ARCHIVE, REALTIME, FILELIST } trigger_mode_t; paramdef enum trigger_mode_t { p_descr = "Input triggering mode"; p_help = "Can be either ARCHIVE, REALTIME or FILELIST." "ARCHIVE will require a -start