setInfo
setInfo — sets the information properties of a point.
void setInfo( | point); |
CDataHubPoint& point;void setInfo( | iconf, | |
| iquality, | ||
| isecurity, | ||
| ilocked, | ||
| iseconds, | ||
| inanoseconds, | ||
iflags); |
int iconf;int iquality;int isecurity;int ilocked;int iseconds;int inanoseconds;int iflags;void setInfo( | point); |
DataHubPoint point;void setInfo( | iconf, | |
| iquality, | ||
| isecurity, | ||
| ilocked, | ||
| iseconds, | ||
| inanoseconds, | ||
iflags); |
int iconf;int iquality;int isecurity;int ilocked;int iseconds;int inanoseconds;int iflags;pointAn existing point from which to copy all the information values (not name, type or value).
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.
Sets all the information properties of a point.