Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Design data structure to hold boatModules #20

Open
samdai01 opened this issue Feb 3, 2024 · 0 comments
Open

Design data structure to hold boatModules #20

samdai01 opened this issue Feb 3, 2024 · 0 comments
Labels
enhancement New feature or request feature design

Comments

@samdai01
Copy link
Contributor

samdai01 commented Feb 3, 2024

Purpose

Given a boatModule object, need a simple data structure to hold them

Description

Since each boatModule has a CAN ID, we can use these values as indexes to an array. Use an array of boatModule pointers to store the boatModules. Make this array accessible to the entire app as both readers (the frontend) need to read boat data and writers (the middleware + backend) need to update the values

Resources

@samdai01 samdai01 added enhancement New feature or request feature design labels Feb 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request feature design
Projects
None yet
Development

No branches or pull requests

1 participant