[udf-dlm-develop] fpidf.pl: Displaying "tables" and "operations"
Brought to you by:
esm
From: Eduardo S. <es...@la...> - 2000-01-27 21:47:05
|
Could someone please confirm for me whether "tables" and "operations" are associated with each other? For instance, if a PIDF "unit" defines two tables (10 and 2) and two operations (7 and 5), is table 10 associated with operation 7, and 2 with 5? My fpidf.pl script (which generates a readable display out of the PIDF) currently groups tables with tables, and operations with operations: 7 [ -1.0, 64.0 ] : Unitless : Telemetry : Raw 10,2 7,5 ...but I've just checked in a change that groups each table with its "associated" (?) operation: 7 [ -1.0, 64.0 ] : Unitless : Telemetry : Raw t10,op7 +2,5 Does the latter make more sense? Thanks in advance, ^E |