pidf v2_STDB { $********************************************************************* float version = 2.0; $$ version string institution = "UofMich"; $$ institute string project = "TSS"; $$ project string mission = "TSS-1R"; $$ mission string experiment = "SETS"; $$ experiment string instrument = "SETS"; $$ instrument string vinst = "STDB"; $$ vinst $********************************************************************* int num_groups = 5; $$ no. groups string group_name = "OCI Time To Go"; $$ group name string group_name = "OMI Time To Go"; $$ group name string group_name = "Step Time To Go"; $$ group name string group_name = "CPU Time at Minor Frame 0 Request"; $$ group name string group_name = "Telemetry Page Checksum"; $$ group name int plot_avail_flag = 0x1; $$ plot avail int data_type_mask = 0x11; $$ Sen/Scn/Cal/Mode/Qual int instrument_dep = 0; $$ avg over $********************************************************************* int num_bin_sets = 0; $$ no. bin sets $********************************************************************* int num_units = 4; $$ no. units struct Unit0 { $--------------------UNITS 00----------------------------------------- int id = 0; $$ units id float min = 0.0; $$ unit min/max float max = 36000.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "Unitless"; $$ unit label string long_description = "Telemetry"; $$ long desc. string short_description = "Raw"; $$ short desc. int num_tables = 0; $$ number of tables }; struct Unit1 { $--------------------UNITS 01----------------------------------------- int id = 0; $$ units id float min = 0.0; $$ unit min/max float max = 36000.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "seconds"; $$ unit label string long_description = "Time"; $$ long desc. string short_description = "Time"; $$ short desc. int num_tables = 0; $$ number of tables }; struct Unit2 { $--------------------UNITS 02----------------------------------------- int id = 0; $$ units id float min = 0.0; $$ unit min/max float max = 36000.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "milliseconds"; $$ unit label string long_description = "Time"; $$ long desc. string short_description = "Time"; $$ short desc. int num_tables = 0; $$ number of tables }; struct Unit3 { $--------------------UNITS 03----------------------------------------- int id = 0; $$ units id float min = -1.0; $$ unit min/max float max = 8.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "Unitless"; $$ unit label string long_description = "Telemetry"; $$ long desc. string short_description = "Raw"; $$ short desc. int num_tables = 0; $$ number of tables }; $********************************************************************* int num_sensors = 5; $$ no. of sensors struct Sensor0 { $-------------------SENSOR 00----------------------------------------- string name = "OCI Time To Go"; $$ sensor name string component = "N/A"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 0; $$ pidf sensor num int vidf_sensor_num = 0; $$ sensor vidf no. int group_num = 0; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 1; $$ no. of units int unit_number = 1; $$ unit numbers }; struct Sensor1 { $-------------------SENSOR 01----------------------------------------- string name = "OMI Time To Go"; $$ sensor name string component = "N/A"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 1; $$ pidf sensor num int vidf_sensor_num = 1; $$ sensor vidf no. int group_num = 1; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 1; $$ no. of units int unit_number = 1; $$ unit numbers }; struct Sensor2 { $-------------------SENSOR 02----------------------------------------- string name = "Step Time To Go"; $$ sensor name string component = "N/A"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 2; $$ pidf sensor num int vidf_sensor_num = 2; $$ sensor vidf no. int group_num = 2; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 1; $$ no. of units int unit_number = 1; $$ unit numbers }; struct Sensor3 { $-------------------SENSOR 03----------------------------------------- string name = "CPU Tm at Mn Frm 0 Req"; $$ sensor name string component = "N/A"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 3; $$ pidf sensor num int vidf_sensor_num = 3; $$ sensor vidf no. int group_num = 3; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 1; $$ no. of units int unit_number = 2; $$ unit numbers }; struct Sensor4 { $-------------------SENSOR 04----------------------------------------- string name = "TM Pg Chksum"; $$ sensor name string component = "N/A"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 4; $$ pidf sensor num int vidf_sensor_num = 4; $$ sensor vidf no. int group_num = 4; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 1; $$ no. of units int unit_number = 0; $$ unit numbers }; struct DataQual { $********************************************************************* string name = "Data Quality"; $$ dqual name string short_name = "Dqual"; $$ dqual name int num_units = 1; $$ no. of units int unit_number = 3; $$ unit numbers }; }