![]()  | 
  
    RTEMS
    5.1
    
   | 
 
Command support routines for RTEMS monitor. More...
Data Structures | |
| struct | rtems_monitor_command_lookup_entry | 
Macros | |
| #define | MAX_HELP_LINE_LENGTH (75 - max_cmd_len - 2) | 
Functions | |
| void | rtems_monitor_command_usage (const rtems_monitor_command_entry_t *table, const char *command_name) | 
| void | rtems_monitor_help_cmd (int argc, char **argv, const rtems_monitor_command_arg_t *command_arg, bool verbose RTEMS_UNUSED) | 
| const rtems_monitor_command_entry_t * | rtems_monitor_command_lookup (const char *name) | 
| Looks for a command with the name name in the list of registered commands.  More... | |
Command support routines for RTEMS monitor.
| const rtems_monitor_command_entry_t* rtems_monitor_command_lookup | ( | const char * | name | ) | 
Looks for a command with the name name in the list of registered commands.
The parameter name must not be NULL.
Returns the corresponding command entry or NULL if no command is found.
 1.8.15