Data Structures
Here are the data structures with brief descriptions:
| Das2Dft | An amplitude preserving Discrete Fourier Transform converter |
| Das2Psd | A power spectral density estimator (periodogram) |
| das_time_t | Basic date-time structure used throughout the Das1 & Das2 utilities |
| DasBuf | Little buffer class to handle accumulating string data |
| DasEncoding | Reading and writing values on das2 streams |
| DasIO | Tracks input and output operations for das2 stream headers and data |
| Descriptor | Base structure for Stream Header Items |
| OobComment | Describes human-consumable messages that exist on the stream |
| OobExcept | Describes an exception that can live in a stream |
| OutOfBand | A container for Out-of-Band data |
| PktDesc | Hold information for a single packet type in a Das2 stream |
| PlaneDesc | Describes a data plane within a packet type |
| StreamDesc | Describes the stream itself, in particular the compression used, current packetDescriptors, etc |
| StreamHandler | A set of callbacks used for input and output stream processing |