ThingWorx C SDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
primitiveUtils
twPrimitiveUtils.h
Go to the documentation of this file.
1
#ifndef TW_C_SDK_TWPRIMITIVEUTILS_H
2
#define TW_C_SDK_TWPRIMITIVEUTILS_H
3
4
/***************************************
5
* Copyright 2017, PTC, Inc.
6
***************************************/
17
#include <
twBaseTypes.h
>
18
#include "
twInfoTable.h
"
19
27
twLocation
*
twCreateLocationFrom
(
double
latitude,
double
longitude,
double
elevation);
28
36
twInfoTableRow
*
twInfoTable_CreateRowFromEntries
(
twPrimitive
* firstEntry, ...);
37
44
twInfoTable
*
twInfoTable_CreateInfoTableFromRows
(
twDataShape
* dataShape, ...);
53
twDataShape
*
twDataShape_CreateFromEntries
(
char
* shapeName,
twDataShapeEntry
* firstEntry, ...);
54
55
56
#endif //TW_C_SDK_TWPRIMITIVEUTILS_H
twInfoTable_CreateInfoTableFromRows
twInfoTable * twInfoTable_CreateInfoTableFromRows(twDataShape *dataShape,...)
Definition:
twPrimitiveUtils.c:73
twInfoTable.h
ThingWorx twInfoTable and twDataShape definitions and functions.
twCreateLocationFrom
twLocation * twCreateLocationFrom(double latitude, double longitude, double elevation)
Definition:
twPrimitiveUtils.c:8
twDataShape_CreateFromEntries
twDataShape * twDataShape_CreateFromEntries(char *shapeName, twDataShapeEntry *firstEntry,...)
Definition:
twPrimitiveUtils.c:16
twDataShapeEntry
DataShape entry structure definition.
Definition:
twInfoTable.h:84
twDataShape
Data shape base structure definition.
Definition:
twInfoTable.h:184
twBaseTypes.h
ThingWorx BaseType definitions and functions.
twInfoTable
Info table base structure.
Definition:
twInfoTable.h:418
twInfoTableRow
Info table row structure.
Definition:
twInfoTable.h:302
twLocation
Location primitive structure.
Definition:
twBaseTypes.h:177
twPrimitive
BaseType primitive structure.
Definition:
twBaseTypes.h:204
twInfoTable_CreateRowFromEntries
twInfoTableRow * twInfoTable_CreateRowFromEntries(twPrimitive *firstEntry,...)
Definition:
twPrimitiveUtils.c:49
Generated on Wed Feb 27 2019 14:44:38 for ThingWorx C SDK by
1.8.9.1