datahub_points (parent, top_level_only? = nil, pattern?)
This function provides an array containing the DataHub points in a given domain. The pattern can contain the following special characters:
—> datahub_points("MySource", t);
[{DH_Item (canonical_type . 0) (conf . 0) (domain . "MySource") (flags . 307)
(n_aliases . 0) (n_attributes . 0) (n_pending . 0)
(n_properties . 0) (n_registered . 1) (n_subassemblies . 1)
(name . "A_Branch") (opcaccessrights . 3) (propid . 0)
(quality . 0) (security . 0) (timestamp . 0) (value)}]
—> datahub_points("MySource", nil, "*em2");
[{DH_Item (canonical_type . 5) (conf . 0) (domain . "MySource") (flags . 579)
(n_aliases . 0) (n_attributes . 0) (n_pending . 0)
(n_properties . 0) (n_registered . 1) (n_subassemblies . 0)
(name . "A_Branch.Ramp.X_Branch.Item2") (opcaccessrights . 3)
(propid . 0) (quality . 192) (security . 0)
(timestamp . 40200.75880280092) (value . 0)}]Copyright © 1995-2011 by Cogent Real-Time Systems, Inc. All rights reserved.