![]() |
das2C
das core C utilities (v3)
|
Definition of one coordinate type for use by the URI template parser. More...
#include <das3/uri.h>

Definition of one coordinate type for use by the URI template parser.
Register one or more of these with a DasUriTplt before calling DasUriTplt_pattern(). The template copies the definition and the field array into its own heap storage, so the caller's DasUriSegDef and its pFields array may be stack-allocated and may go out of scope after DasUriTplt_register() returns.
Example — Voyager spacecraft clock:
Use das_time_uridef() to obtain the pre-built definition for the time coordinate rather than constructing it by hand.