Go to the source code of this file.
|
#define | tpia_misc_pointerToAttributeIfAllOk2(smr, element, required, attributes, name) tpia_misc_pointerToAttributeIfAllOk( smr, element, NULL, required, attributes, name, __FILE__, __LINE__ ) |
|
#define | tpia_misc_pointerToAttributeIfAllOk3(smr, path, required, attributes, name) tpia_misc_pointerToAttributeIfAllOk( smr, NULL, path, required, attributes, name, __FILE__, __LINE__ ) |
|
|
char * | tpia_misc_pointerToAttributeIfAllOk (statusMessageReporting *smr, xData_element *element, const char *path, int required, xData_attributionList *attributes, const char *name, const char *file, int line) |
|
int | tpia_misc_setMessageError_Element (statusMessageReporting *smr, void *userInterface, xData_element *element, const char *file, int line, int code, const char *fmt,...) |
|
xData_Int | tpia_misc_binarySearch (xData_Int n, double *ds, double d) |
|
tpia_EqualProbableBinSpectrum * | tpia_misc_getEqualProbableBin (statusMessageReporting *smr, xData_element *parent, xData_Int *n, xData_Int *nBins) |
|
tpia_EqualProbableBinSpectrum * | tpia_misc_getEqualProbableBins (statusMessageReporting *smr, xData_element *parent, const char *name, xData_Int nBins, xData_Int *n) |
|
#define tpia_misc_pointerToAttributeIfAllOk2 |
( |
|
smr, |
|
|
|
element, |
|
|
|
required, |
|
|
|
attributes, |
|
|
|
name |
|
) |
| tpia_misc_pointerToAttributeIfAllOk( smr, element, NULL, required, attributes, name, __FILE__, __LINE__ ) |
#define tpia_misc_pointerToAttributeIfAllOk3 |
( |
|
smr, |
|
|
|
path, |
|
|
|
required, |
|
|
|
attributes, |
|
|
|
name |
|
) |
| tpia_misc_pointerToAttributeIfAllOk( smr, NULL, path, required, attributes, name, __FILE__, __LINE__ ) |