RTEMS  5.1
Functions
bspcmdline.h File Reference

BSP Command Line Handler. More...

#include <stddef.h>

Go to the source code of this file.

Functions

const char * rtems_bsp_cmdline_get (void)
 Obtain Pointer to BSP Boot Command String. More...
 
const char * rtems_bsp_cmdline_get_param (const char *name, char *value, size_t length)
 Obtain COPY of the Entire Matching Argument. More...
 
const char * rtems_bsp_cmdline_get_param_rhs (const char *name, char *value, size_t length)
 Obtain COPY of the Right Hand Side of the Matching Argument. More...
 
const char * rtems_bsp_cmdline_get_param_raw (const char *name)
 Obtain Pointer to the Entire Matching Argument. More...
 

Detailed Description

BSP Command Line Handler.

This include file contains all prototypes and specifications related to the BSP Command Line String and associated helper routines. The helpers are useful for locating command line type arguments (e.g. –mode) and their associated right hand side (e.g. FAST in –mode=FAST).