DataHubPoint
DataHubPoint — constructs a DataHubPoint object.
CDataHubPoint( | ); |
void;CDataHubPoint( | point); |
const CDataHubPoint& point;CDataHubPoint( | sname); |
LPCTSTR sname;CDataHubPoint( | sname, | |
| itype, | ||
| svalue, | ||
| iconf, | ||
| iquality, | ||
| isecurity, | ||
| ilocked, | ||
| iseconds, | ||
| inanoseconds, | ||
iflags); |
LPCTSTR sname;int itype;LPCTSTR svalue;int iconf;int iquality;int isecurity;int ilocked;int iseconds;int inanoseconds;int iflags;DataHubPoint( | sname); |
String sname;DataHubPoint( | sname, | |
| itype, | ||
| svalue, | ||
| iconf, | ||
| iquality, | ||
| isecurity, | ||
| ilocked, | ||
| iseconds, | ||
| inanoseconds, | ||
iflags); |
String sname;int itype;String svalue;int iconf;int iquality;int isecurity;int ilocked;int iseconds;int inanoseconds;int iflags;pointAn existing point to be copied.
snameThe point name. The '.' character may be used
to separate name fields. A point name may be qualified by its
corresponding domain as
,
otherwise it is treated by the DataHub instance as belonging to the
current default domain. Point names must be matched exactly, i.e.,
the qualified and unqualified point names are not the same.domain:name
itypeThe type of the point: PT_TYPE_STRING,
PT_TYPE_INT32 or
PT_TYPE_REAL.
svalueA string representing the value, to be converted according to the specified type.
iconfThe point confidence, typically
0-100.
iqualityThe point quality, typically PT_QUALITY_GOOD
or PT_QUALITY_BAD.
isecurityThe point security.
ilockedThe locked flag for the point.
isecondsThe seconds component of the initial timestamp (since Jan. 1, 1970).
inanosecondsThe nanosecond component of the initial timestamp.
iflagsThe point flags.
Constructs a new
DataHubPoint object.