Ticket #19 (new development)
Clean up handle struct (group function-handles to sub-struct)
| Reported by: | atorf | Owned by: | |
|---|---|---|---|
| Priority: | none | Milestone: | vNo |
| Component: | Toolbox Function | Keywords: | |
| Cc: |
Description
Currently, the handle-struct is very big (with a lot of fields): It's confusing to look at in the command-line, could be more comfortable to work with. Solution: Group all the function handles to another sub-struct, as well as maybe Bluetooth-Parameters?
Example:
h.FuncHandles? would contain: h.funcHandles.LastSendTime?, etc… h.BTParams would contain: h.BTParams.ComPort?, etc.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
