From 90830c13b6a143f1c370a2007100d2fdb069a090 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 11 Feb 2026 16:53:12 +0100 Subject: Dangling changes. no clue when this happened --- kel_cmds/c++/cmd_schema.hpp | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'kel_cmds/c++/cmd_schema.hpp') diff --git a/kel_cmds/c++/cmd_schema.hpp b/kel_cmds/c++/cmd_schema.hpp index 472fd9b..3d50079 100644 --- a/kel_cmds/c++/cmd_schema.hpp +++ b/kel_cmds/c++/cmd_schema.hpp @@ -6,14 +6,22 @@ namespace kel { namespace sch { using namespace saw::schema; +using CommandIoAddress = String; + using CommandStruct = Struct< - Member, "command"> + Member, "exec"> >; -using Commands = Struct< - +using CommandAsyncGroup = Struct< + Member, "commands"> >; -} +using CommandSequenceGroup = Struct< + Member, "async_commands"> +>; +using CommandConfig = Struct< + Member, "sequences"> +>; +} } -- cgit v1.2.3