Open nthallen opened 3 years ago
-H function:host
-S function:session
This information could be added to the help text for host_session.oui
Applications should document the functions they define in their oui definitions:
<unsort>
Host_Session function memo: Where messages are sent
An application can define a default host for a function by specifying:
hs_registry::add_host(func, def_host);
This needs to happen either before calling oui_init_options(). It could also be done in an .oui file, but care would need to be taken to ensure the default is specified before any command line options (hence the preference for doing it before calling oui_init_options()
).
This belongs both in doxygen and in the Wiki.