Use the following steps to create a transport for your Global Positioning System (GPS) device:
on the right side of the interface.
After you create a new transport using the wizard, there should be at least one new project in your workspace. The name of this project is the name that was entered for Transport Name followed by ""Transport"" (The remainder of this chapter will refer to this project as GpsNmeaTransport.) The GpsNmeaTransport project contains two source folders: GpsNmeaTransport and GpsNmeaTransportDevelopment. If you selected Create Test Project, you will also have a project called GpsNmeaTransportTest. Like the GpsNmeaTransport project, this project contains two source folders: GpsNmeaTransportTest and GpsTransportTestDevelopment.
Table 6. GpsNmeaTransport Source Folders
| Folder name | Description |
|---|---|
| GpsNmeaTransport | Contains the generated Java files. Initially, three packages and
three classes are generated in addition to the following bundle-related
files.:
|
| GpsNmeaTransportDevelopment | Contains the generated cml file that defines the properties for the transport test. |
Table 7. GpsNmeaTransportTest Source Folders
| Folder name | Description |
|---|---|
| GpsNmeaTransportTest | Contains the generated Java files. Initially, three packages and
three classes are generated in addition to the following bundle-related
files.:
|
| GpsNmeaTransportTestDevelopment | Contains the generated cml file that defines the properties for the transport test. |
This transport will be regenerated the transport so that it is consistent with the changes made in the cml file. In addition, regenerating the transport preserves any custom code that was placed into the transport before the transport was regenerated.
© Copyright 2001, 2007 IBM Corporation and others.