Operating systems, development tools, and professional services
for connected embedded systems

Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation

AoAddStatic

AoAddStatic()

Add a static list of interfaces to the global list of interfaces

Synopsis:

#include <aoi.h>

const AOICtrl_t *AoAddStatic(AOInterface_t *interfaces);

Arguments:

interfaces
An array of AOInterface_t structures that is the static list of interfaces you want to make available to your application.

Library:

libaoi.so

Description:

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.

Returns:

NULL

Classification:

QNX Neutrino

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

AOInterface_t, AoAdd(), AoAddDirectory()