Provides a set of functions for rapidly declaring ThingShapes and InfoTables using a variable number of arguemnts.
More...
Go to the source code of this file.
Provides a set of functions for rapidly declaring ThingShapes and InfoTables using a variable number of arguemnts.
- Author
- bill..nosp@m.reic.nosp@m.hardt.nosp@m.@thi.nosp@m.ngwor.nosp@m.x.co.nosp@m.m
Provides a set of functions for rapidly declaring ThingShapes and InfoTables using a variable number of arguemnts
twLocation* twCreateLocationFrom |
( |
double |
latitude, |
|
|
double |
longitude, |
|
|
double |
elevation |
|
) |
| |
Creates a location primitive from double parameters.
- Parameters
-
latitude | |
longitude | |
elevation | |
- Returns
Supports the declaration of a DataShape from a variable number of twDataShapeEntry * arguments. The list of twDataShapeEntry * arguments must be terminated with a NULL parameter.
- Parameters
-
- Returns
Supports the declaration of an InfoTableRow from a variable number of arguments. All arguments after dataShape must be of type twInfoTableRow* and must be terminated with a NULL parameter.
- Parameters
-
- Returns
Supports the declaration of an InfoTableRow from a variable number of twPrimitive * arguments. The list of twPrimitive * arguments must be terminated with a NULL parameter.
- Parameters
-
- Returns