extern PROFILE_REGISTRATION* load_beep_profiles

(struct configobj* appconfig,
  char* pgmname,
  char* dataname)

Dynamically loads profile-registration structures using a configuration object and invoking the entry-point for each profile module identified.

Documentation

Dynamically loads profile-registration structures using a configuration object and invoking the entry-point for each profile module identified.

Parameters:
appconfig - A configuration object which has the proper values set defining the profiles to be loaded. For an example, see threaded_os/examples/beepd.cfg
pgmname - Typically argv[0].
dataname - The application configuration, usually "default".
Returns:
A pointer to a linked list of profile-registration structures.

Home Alphabetic index



This page was generated with the help of DOC++.