![]() |
![]()
| ![]() |
![]()
NAMEDt/Dts.h — data typing definitions SYNOPSIS#include &<Dt/Dts.h> DESCRIPTIONThe Dt/Dts.h header declares the following structure: typedef struct _DtDtsAttribute { The header declares the following as functions: DtDtsAttribute **DtDtsBufferToAttributeList(const void *buffer, char *DtDtsBufferToAttributeValue(const void *buffer, char *DtDtsBufferToDataType(const void *buffer, char *DtDtsDataToDataType(const char *filepath, int DtDtsDataTypeIsAction(const char *datatype); char **DtDtsDataTypeNames(void); DtDtsAttribute **DtDtsDataTypeToAttributeList(const char *datatype, char *DtDtsDataTypeToAttributeValue(const char *datatype, DtDtsAttribute **DtDtsFileToAttributeList(const char *filepath); char *DtDtsFileToAttributeValue(const char *filepath, char *DtDtsFileToDataType(const char *filepath); char **DtDtsFindAttribute(const char *attr_name, void DtDtsFreeAttributeList(DtDtsAttribute **attr_list); void DtDtsFreeAttributeValue(char *attr_value); void DtDtsFreeDataType(char *datatype); void DtDtsFreeDataTypeNames(char **namelist); void DtDtsLoadDataTypes(void); void DtDtsRelease(void); char *DtDtsSetDataType(const char *dirpath,
|