PTMAP_get_point_list

This subroutine can retrieve the list of points in any of the following points.

  • In manual mode.
  • With modified alarm limits.
  • With disabled alarms.  

Syntax

WCHAR*PTMAP_get_point_list (pszProject,
nListType,
retstat);
const WCHAR*pszProject;
int nListType;
COR_STATUS*retstat;

Input Arguments

pszProject Project to get the point list from.
nListType One of the following.
PTMAP_LT_MANUAL_MODE Get the list of points in manual mode
PTMAP_LT_ALM_DISABLED Get the list of points with disabled alarms.
PTMAP_LT_ALM_LIM_MODIFIED Get the list of points with alarm limits modified.
PTMAP_LT_ALM_MODIFIED Get the list of points with any alarm modifications.

Output Arguments

Retstat Pointer to status structure.

Return Value

NULL terminated list of strings with each individual point id separated with a new line: \n.

Note: Memory used by this subroutine return can be freed using PTMAP_free_point_list.