#381 closed defect (invalid)
psLookupTableImport
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In SDR-13 section 3.9 states that if psLookupTableImport shall create a new
table data structure if the table argument is NULL. Additional information is
needed from the new table to perform the import such as the file name and format
of the data in the file. Either these are added to the argument list or remove
the line that psLookupTableImport creates a new table but instead reports an
error. The user has to create a psLookupTable structure before performing the
import. What should be implemented?
Note:
See TracTickets
for help on using tickets.

psLookupTableImport creates a lookup table directly from data already in memory
(i.e., the supplied vectors), so it does not need a filename and format.
psLookupTableImport provides the second half of the functionality of
psLookupTableRead; the first half is supplied by psVectorsReadFromFile.