From e5ad6374103540ef1101419924e41d294e5b1b6b Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 24 Aug 2007 15:26:59 +0000 Subject: [PATCH] Updated to do list. --- bacnet-stack/doc/README.todo | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bacnet-stack/doc/README.todo b/bacnet-stack/doc/README.todo index 81e70cb1..6606f7d4 100644 --- a/bacnet-stack/doc/README.todo +++ b/bacnet-stack/doc/README.todo @@ -29,4 +29,8 @@ O. Change address to store in a file and demos to use file Use a config file for interface and interface options. These will make scripting cleaner. P. Changed encode_tagged_xx to encode_application_xx in bacdcode.c. +Q. Convert object methods to use an array of object methods + for ReadProperty and Device object counts, ids, and names. +R. Convert datalink methods to use function pointers that can be + overridden in main.c.