static CString qualifyName(
LPCTSTR domainname, LPCTSTR pointname )
;
static String qualifyName(
String domainname, String pointname )
;
This utility method is used to add the domain name qualifier to a point name, using the format domainname:pointname. If the point name is already qualified, then the domain name is replaced with the new domainname specified.
![]() | If setDefaultDomain is used, and the point belongs to that domain, then it is not necessary to qualify the point. A qualified point name is normally used to reference points from domains other than the application's default domain. |
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.