rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Data Fields
TokenCallback Struct Reference

#include <cli_registry.h>

Collaboration diagram for TokenCallback:
Collaboration graph
[legend]

Data Fields

const chartoken
 
action_type_e parameterType
 
void(* callback )(void)
 
void * param
 

Detailed Description

Definition at line 34 of file cli_registry.h.

Field Documentation

◆ callback

void(* TokenCallback::callback) (void)

Definition at line 37 of file cli_registry.h.

Referenced by doAddAction(), and handleActionWithParameter().

◆ param

void* TokenCallback::param

Definition at line 38 of file cli_registry.h.

Referenced by doAddAction(), and handleActionWithParameter().

◆ parameterType

action_type_e TokenCallback::parameterType

◆ token

const char* TokenCallback::token

Definition at line 35 of file cli_registry.h.

Referenced by doAddAction(), handleConsoleLineInternal(), and helpCommand().


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