MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / dispatch

Function dispatch

dds/DCPS/DispatchService.h:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 /// Helper function to dispatch arbitrary function objects (see fun_ptr_proxy)
99 template <typename T>
100 DispatchStatus dispatch(T& ref)
101 {
102 return dispatch(fun_ptr_proxy<T>, &ref);
103 }
104
105 /**
106 * Schedule the future dispatch of an event

Callers 1

executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected