Initialize an application given a set of options
#include <Ap.h> int ApInitialize( int argc, char *argv[], ApContext_t *context );
Ap
This function is used to initialize an application. Usually argc and argv are passed directly from the main as they come. The list of actually recognized options is specified in the PhAB under
.0 on success.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
ApCreateModule(), ApCreateWidget()