PT_stCPOINT

PT_stCPOINT — holds information about a Cascade DataHub point.

Synopsis

  typedef struct PT_stCPOINT
  {
  short type;
  PT_uVALUE value;
  short conf;
  char *name;
  short locked;
  short security;
  void *address;
  int32 seconds;
  int32 nanoseconds;
  void *userdata;
  } PT_stCPOINT;

  typedef PT_stCPOINT *PT_pCPOINT;

Members

At least the following fields are defined:

type

The type of the DataHub point's data. This can be one of:

PT_TYPE_INT32

An integer.

PT_TYPE_REAL

A floating point number.

PT_TYPE_STRING

A character string.

Description

Holds information about a point in the Cascade DataHub.

See Also

Point Structure, Storage, and Manipulation