SDTS_CATD Class Reference
#include <sdts_al.h>
List of all members.
Detailed Description
Class for accessing the CATD (Catalog Directory) file containing a list of all other files (modules) in the transfer.
Member Function Documentation
const char * SDTS_CATD::GetEntryFilePath |
( |
int |
iEntry |
) |
|
Fetch the full filename of the requested module.
- Parameters:
-
| iEntry | The module index within the CATD catalog. A number from zero to GetEntryCount()-1. |
- Returns:
- A pointer to an internal string containing the filename. This string should not be altered, or freed by the application.
SDTSLayerType SDTS_CATD::GetEntryType |
( |
int |
iEntry |
) |
|
Fetch the enumerated type of a module in the catalog.
- Parameters:
-
| iEntry | The module index within the CATD catalog. A number from zero to GetEntryCount()-1. |
- Returns:
- A value from the SDTSLayerType enumeration indicating the type of the module, and indicating the corresponding type of reader.
const char * SDTS_CATD::GetEntryTypeDesc |
( |
int |
iEntry |
) |
|
Fetch the type description of a module in the catalog.
- Parameters:
-
| iEntry | The module index within the CATD catalog. A number from zero to GetEntryCount()-1. |
- Returns:
- A pointer to an internal string with the type description for this module. This is from the CATD file (subfield TYPE of field CATD), and will be something like "Attribute Primary ".
The documentation for this class was generated from the following files: