Add a static list of interfaces to the global list of interfaces
#include <aoi.h> const AOICtrl_t *AoAddStatic(AOInterface_t *interfaces);
libaoi.so
This function makes statically defined (that is, not loaded from a DLL) interfaces available to the AOI API. Use this function when you want to directly link your application with a set of interfaces.
NULL
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
AOInterface_t, AoAdd(), AoAddDirectory()