#include <cogent.h>
ST_STATUS DH_RegisterAllPoints(
IP_hTASK myself, char* domain, int future, IP_hMSG hmsg, ER_hLIST elist )
;
The task handle associated with this task. This should always be the return value from IP_NserveInit.
The DataHub domain on which to register. If the domain is NULL, then the current domain is used and all exceptions will be transmitted with unqualified names. If a valid domain is specified, then all exceptions will be transmitted with qualified names, even if the domain is the current domain for the application.
A flag indicating whether points which are created on the DataHub subsequent to this call should also be registered automatically. 0 = do not automatically register future points. 1 = automatically register future points
A handle to a previously allocated message structure (using IP_MsgCreate) providing enough buffer space to handle the inter-process communication associated with the DataHub transaction.
A return value containing error information. This is unimplemented in this version, and should be NULL.
This function informs the DataHub that this task should receive exceptions on all points. If the future flag is set, then the DataHub will automatically begin to inform the task of any points which are created on the DataHub subsequent to this call. This call will cause an exception to be generated from the DataHub for every point, specifically to this task (not to other tasks that may also be registered).
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.