yumapro
24.10-2
YumaPro SDK
|
the Global Control Block stores a set of callbacks for each Global Callback [RPC, Action, EDIT2, EDIT3, GET2] More...
#include <agt_glob.h>
Data Fields | |
agt_rpc_method_t | rpc_cbfn [AGT_RPC_NUM_CALLBACK_PHASES] |
array of callback functions keyed by callback phase | |
agt_action_cb_t | action_cbfn [AGT_RPC_NUM_CALLBACK_PHASES] |
array of callback functions keyed by callback phase | |
agt_cb_fn_t | edit2_cbfn |
backptr to Global EDIT2 callback that will be called if there are no any other EDIT2 callbacks registered to the current target object. | |
agt_edit3_fn_t | edit3_cbfn |
backptr to Global EDIT3 callback that will be called if there are no any other EDIT3 callbacks registered to the current target object. | |
dlq_hdr_t | glob_subsysQ |
Queue of agt_cb_subsys_t to use instead of obj linked Queue for EDIT2 and EDIT3 Global callbacks. | |
the Global Control Block stores a set of callbacks for each Global Callback [RPC, Action, EDIT2, EDIT3, GET2]