iSuiteTM SDK for
iTrax03 Development Kit - Version 3.41 Release Notes
(for
platforms based on u-Nav chipsets)
New Features&Changes:
NMEA changes
- NMEA library that allows SDK projects to change NMEA protocol whilechanging only the user directory.
Message handling
- Task Id's have changed. Most commonly used messages have been moved to id's 1-32 in order for them to be maskable. As long as messages defines like TASK_MONITOR_ID are used this change will not affect application code.- A new mask have been added that applies to message id's 1-32. If a bit is set in this mask the message is rerouted to USER_TASK instead of going to MONITOR_TASK.
- The obsolete parameter OBS_ALT_MSG_ROUTING have been removed. Use the new SYS_ITALK_USER_MASK instead.
Visual C++ Support
- Version 3.41 now supports Visual C++ .NET 2005