This directory is where the majority of the DDS routines reside
including all the API routines, internal routines, convenience
routines, API include files and format definition files.
${DDSROOT}/src/lib/dds3
:
Generates libdds_r3.a, cdds.h and
fdds.h for building DDS applications.
Go to the Doxygen for automatically
generated documentation. Doxygen documentation was generated on a
LX26x86_64-4 machine with the gnu compiler.
- Local files & directories:
- 571 source files (66444 lines of code)
- architecture-dependent subdirecties containing the
working build files
- Makefile - includes other makefiles &
defines architecture Makefile
- Makefile2 - host architecture-dependent makefile
information
- mklog - subdirectory of logs generated by
the make files
- local.mk - extra make include file turning on
optimization
- parser.y - description file for Bison to
create the parser source code, "parser.tab.h"
and "parser.tab.c"
- scanner.l - description file for Flex to
create the scanner source code, "scanner.yy.c"
- DDS format definition dictionaries that get built into the
DDS routines as defaults.
- asp.fmt.dds - Dictionary file defining the
generic "asp" format which includes flexible headers
and optional Samples
- usp.fmt.dds - Dictionary file defining the
"usp" format
- segy.fmt.dds - Dictionary file defining the
SEG Standard Rev. 0 "segy" format
- segy1.fmt.dds - Dictionary file defining the
SEG Standard Rev. 1 "segy" format
- asp.map.dds - Dictionary file defining the
default "asp" format header mappings
- usp.map.dds - Dictionary file defining the
default "usp" format header mappings
- segy.map.dds - Dictionary file defining the
default SEG Standard Rev. 0 "segy" format header mappings
- segy1.map.dds - Dictionary file defining the
default SEG Standard Rev. 1 "segy" format header mappings
- Libraries that gets installed under ${DDSROOT}/lib:
- libdds_r3.a - main DDS API routines used by DDS
applications
- Include files that gets installed under ${DDSROOT}/include:
- cdds.h - "C" DDS include file used to build
DDS applications
- fdds.h - FORTRAN DDS include file used to build
DDS applications