Auto-cli updates and sync with clixon-docs
This commit is contained in:
parent
cea5746597
commit
5120409a56
13 changed files with 178 additions and 99 deletions
|
|
@ -37,6 +37,18 @@
|
|||
#ifndef _CLI_GENERATE_H_
|
||||
#define _CLI_GENERATE_H_
|
||||
|
||||
/*
|
||||
* Constants
|
||||
*/
|
||||
/* This is the default "virtual" callback function of the auto-cli. It should be overwritten by
|
||||
* a callback specified in a clispec, such as:
|
||||
* @code
|
||||
* set @datamodel, cli_set();
|
||||
* @endcode
|
||||
* where the virtual callback (overwrite_me) is overwritten by cli_set.
|
||||
*/
|
||||
#define GENERATE_CALLBACK "overwrite_me"
|
||||
|
||||
/*
|
||||
* Prototypes
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue