|
From: <kin...@us...> - 2025-09-26 11:35:18
|
Revision: 7498
http://sourceforge.net/p/teem/code/7498
Author: kindlmann
Date: 2025-09-26 11:35:14 +0000 (Fri, 26 Sep 2025)
Log Message:
-----------
updating information about what happened to airParseStr[], though it is not quite try yet
Modified Paths:
--------------
teem/trunk/src/air/air.h
Modified: teem/trunk/src/air/air.h
===================================================================
--- teem/trunk/src/air/air.h 2025-09-26 11:33:53 UTC (rev 7497)
+++ teem/trunk/src/air/air.h 2025-09-26 11:35:14 UTC (rev 7498)
@@ -468,16 +468,16 @@
* *** added airTypeShort and airTypeUShort
* *** renamed airTypeLongInt --> airTypeLong
* *** renamed airTypeULongInt --> airTypeULong
- *** Removed the following from air to hest, renamed them, and made them private.
+ *** Moved the following from air to hest, renamed them, and made them private.
* They were only used to implement hest, no where else in Teem, so they never
* deserved to be in air:
* #define AIR_TYPE_MAX --> _HEST_TYPE_MAX
* const char airTypeStr[HEST_TYPE_MAX + 1][AIR_STRLEN_SMALL + 1] --> _hestTypeStr
* const size_t airTypeSize[HEST_TYPE_MAX + 1] --> _hestTypeSize
+ *** Removed the following, since it was only used in the pre-TeemV2 hest
* unsigned int (*const airParseStr[AIR_TYPE_MAX + 1])(void *,
* const char *, *const char *,
* *unsigned int);
- * --> _hestParseStr
*/
/* parseAir.c */
AIR_EXPORT double airAtod(const char *str);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|