From c9e4745d3e67d4c04349ceda0b425527362207c6 Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 5 Jan 2023 07:13:53 -0500 Subject: [PATCH] README.md : Updates --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3c96e8..63bf39f 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,18 @@ Print: ele name, uuid, appId and parent name, uuid, appId ## Flow: -- create automatic UI for proc's. -- create the ability to script sub-networks. -- create true plug-in architecture - requires a C only interface. +- Create automatic UI for proc's. +- Create the ability to script sub-networks. +- Create true plug-in architecture - requires a C only interface. +- Add a callback function to inform the app when a variable changes. + The same callback could be used to map variable labels to id's at startup. + This callback may be a key part of adding an automatic UI. +- Simplify the coding of processors by having the system + call the instance for each variable. This will make createing most + processors a matter of responding to simple requests from the system. + More complex processors could still be created using the current technique + of calling explicit functions (e.g. `register_and_get(), register_and_set()`) + + Subnet scheme: ```