(aproposPnts pattern options)
A string containing a pattern to be matched against point names. Supports * and ? wildcard characters.
Optional set of point attribute specifiers:
| w | List if the point is writeable. |
| r | List if the point is readable. |
| e | List if the point is enabled. |
| d | List if the point is disabled. |
| t type | List if the point is of the specified type, one of the following: digital, integer, group, string, or heartbeat. |
The list of points meeting the criteria specified by the parameters, in the form:
(aproposPnts name1.....nameN)
or if parameters are missing or undefined, then (error error_string).
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.