18 #if !defined (_RAP_H_) 53 bool rtems_rap_load (
const char* name,
int mode,
int argc,
const char* argv[]);
Definition: media-server.c:33
bool(* rtems_rap_iterator_t)(void *handle)
The module iterator handle.
Definition: rap.h:45
void * rtems_rap_find(const char *name)
Find the application handle given a file name.
Definition: rap.c:413
int rtems_rap_get_error(char *message, size_t max_message)
Get the last error message clearing it.
Definition: rap.c:478
const char * rtems_rap_name(void *handle)
Return the name of the module given a handle.
Definition: rap.c:460
bool rtems_rap_load(const char *name, int mode, int argc, const char *argv[])
Load an application.
Definition: rap.c:284
bool rtems_rap_unload(const char *name)
Unload an application.
Definition: rap.c:370
void * rtems_rap_dl_handle(void *handle)
Return the DL handle used to load the module given the RAP handle.
Definition: rap.c:469
bool rtems_rap_iterate(rtems_rap_iterator_t iterator)
Run an iterator over the modules calling the iterator function.
Definition: rap.c:437