OpenOCD
command_context Struct Reference
Collaboration diagram for command_context:

Data Fields

struct targetcurrent_target
 
struct targetcurrent_target_override
 
struct list_headhelp_list
 
Jim_Interp * interp
 
enum command_mode mode
 
command_output_handler_t output_handler
 
void * output_handler_priv
 

Detailed Description

Definition at line 52 of file command.h.

Field Documentation

◆ current_target

struct target* command_context::current_target

◆ current_target_override

struct target* command_context::current_target_override

◆ help_list

struct list_head* command_context::help_list

◆ interp

◆ mode

enum command_mode command_context::mode

◆ output_handler

command_output_handler_t command_context::output_handler

Definition at line 64 of file command.h.

Referenced by command_output_text(), and command_set_output_handler().

◆ output_handler_priv

void* command_context::output_handler_priv

Definition at line 65 of file command.h.

Referenced by command_set_output_handler(), tcl_new_connection(), and telnet_output().


The documentation for this struct was generated from the following file: