ST_STATUS setDefaultDomain(LPCTSTR domainname );
Exception setDefaultDomain(String domainname );
This method sets the name of the DataHub domain to be automatically associated with all unqualified point names (i.e., point names that do not specify a domain). Since in many applications there is a single domain to which most if not all points belong, this feature makes point references simpler and shorter. Points in other domains can still be referenced by qualifying the point name with a specific domain name (see qualifyName).
If the DataHub is not connected at the time this method is called, then the domain will be transmitted when the connection is established.
Copyright © 1995-2012 by Cogent Real-Time Systems, Inc. All rights reserved.