You are on page 1of 4

RELEASE NOTES

GPS Pathfinder Tools SDK

Introduction Changes to this version of the SDK Antenna settings Documentation

Version 2.42 Revision A October 2010

Trimble Navigation Limited 10355 Westmoor Drive Suite #100 Westminster, CO 80021 USA www.trimble.com Legal Notices Copyright and Trademarks 19992010, Trimble Navigation Limited. For STL support, the software uses the Moscow Center for SPARC Technology adaptation of the SGI Standard Template Library. Copyright 1994 HewlettPackard Company, Copyright 1996, 1997 Silicon Graphics Computer Systems, Inc., Copyright 1997 Moscow Center for SPARC Technology. Trimble, the Globe & Triangle logo, GeoExplorer, and GPS Pathfinder are trademarks of Trimble Navigation Limited, registered in the United States and in other countries. Microsoft, Visual Basic, Visual C++, Visual C#, Visual Studio, Windows, Windows Mobile, and Windows Vista are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. All other trademarks are the property of their respective owners. Release Notice This is the October 2010 release (Revision A) of the GPS Pathfinder Tools SDK Release Notes. It applies to version 2.42 of the GPS Pathfinder Tools SDK. Product Limited Warranty Information Use of this software is governed by the terms in the license agreement between you and Trimble. For terms and conditions, including warranty information, refer to the GPS Pathfinder Tools SDK License Agreement.

GPS Pathfinder Tools SDK Release Notes

Introduction
Welcome to the release notes for version 2.42 of the Trimble GPS Pathfinder Tools Software Development Kit (SDK). To integrate these objects into your own customized GPS application you can use programming environments such as the following Microsoft development systems:

Visual Studio 2008 Visual Studio 2005 Visual C# Visual C++ Visual Basic

The applications you develop can be used on any computer powered by one of the following operating systems:

Windows Mobile version 6 operating system Windows Mobile version 5.0 software for Pocket PC Windows 7 Windows Vista Windows XP

Changes to this version of the SDK


The SDK includes the following new features:

Support for Model 2 of the GPS Pathfinder ProXRT receiver. Support for the Trimble Juno SD handheld.

Version 2.42 of the SDK no longer supports the Trimble GPS Pathfinder Pocket and GPS Pathfinder Power receivers.

Antenna settings
If you intend to postprocess your GNSS data using the postprocessing engine in the GPS Pathfinder Office software version 4.20 and later, Trimble Strongly recommends that you select the antenna correctly. The new postprocessing engine in the GPS Pathfinder Office software version 4.20 is more sensitive to antenna selection than was the case in prior versions. Because of this, the accuracy of postprocessed positions may be significantly degraded if you collect an SSF file that either does not specify the antenna type that was used during data collection, or specifies it incorrectly. There are two options:

GPS Pathfinder Tools SDK Release Notes

Call the PFTSSFWriter.ShowAntennaSettingsDialog method. This presents the user with a list of available antenna types, from which they can select the antenna type they are using. Call the PFTSSFWriter.SetAntennaSettings method. This allows the antenna type and associated parameters to be set programmatically, either to a fixed value if known, or to a value obtained from a custom configuration file, custom UI, or some other source.

Refer to the GPS Pathfinder Tools SDK Help files and the Developers Guide for more information.

Documentation
To download the latest documentation, go to www.trimble.com/pathfindertools_ts.asp and then click Documentation.

Developers Guide
The GPS Pathfinder Tools SDK Developer's Guide is provided as a PDF file and is installed with your copy of the GPS Pathfinder Tools SDK. The guide is a useful introduction to the SDK as it provides general information for each of the major functional areas of the GPS Pathfinder Tools SDK. It provides useful practical advice on developing your own application using the SDK, as well as background information on technical topics such as real-time differential correction, postprocessing, and coordinate transformation. The guide also provides installation and application deployment information. To view the GPS Pathfinder Tools SDK Developer's Guide, select All Programs / Trimble / GPS Pathfinder Tools SDK 2.42 / Developer's Guide from the Windows Start menu. Note The GPS Pathfinder Tools SDK Developers Guide is version 2.40.

Help
The GPS Pathfinder Tools SDK Help provides comprehensive information about every object, property, method, event and enumeration in the SDK and provides information about the sample applications provided. Use these samples to help you to start developing your own application. To view the Help, select All Programs / Trimble / GPS Pathfinder Tools SDK 2.42 / Help from the Windows Start menu. Note The GPS Pathfinder Tools SDK Help is version 2.40.

GPS Pathfinder Tools SDK Release Notes

You might also like