]> Kevux Git Server - fll/commit
Progress: Prototype the callback paameter for console parameters.
authorKevin Day <thekevinday@gmail.com>
Fri, 16 Dec 2022 03:03:24 +0000 (21:03 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 16 Dec 2022 03:03:24 +0000 (21:03 -0600)
commitfd786b3a076a0629479eeb11f78a87a73e086d93
treee1d35ac0c7bb7b5c2317e1a9f5b49137a2e902cd
parent6fc717f56cb5a22f78518a58f72f5c6f5f1ed3d8
Progress: Prototype the callback paameter for console parameters.

There needs to be a way to have conditional parameters and other relationships.
Provide an optional callback to help facilitate this without adding any additional complicated structures (other than the callback itself).

I need to figure out how I want the arguments to the callback to be defined.
This stubs out the design.
The parameters to the callback are subject to change once I determine what they should be.
18 files changed:
level_0/f_console/c/console/common.h
level_3/byte_dump/c/common.h
level_3/control/c/common.h
level_3/controller/c/common.h
level_3/fake/c/common.h
level_3/firewall/c/common.h
level_3/fss_basic_list_read/c/common.h
level_3/fss_basic_read/c/common.h
level_3/fss_embedded_list_read/c/common.h
level_3/fss_extended_list_read/c/common.h
level_3/fss_extended_read/c/common.h
level_3/fss_identify/c/common.h
level_3/fss_payload_read/c/common.h
level_3/fss_write/c/main/common.h
level_3/iki_read/c/main/common.h
level_3/iki_write/c/main/common.h
level_3/status_code/c/main/common.h
level_3/utf8/c/main/common.h