Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
AoAddStatic

AoAddStatic

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

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()