Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restructure convertfunctions #52

Merged
merged 19 commits into from
May 6, 2024
Merged

Conversation

mxmxchere
Copy link
Contributor

  • Restructure README.md
  • All convertmethods with none-function
  • Tiny steps to use convertfunctions via an interface
  • Some stuff that should have happened earlier...
  • New type for mqtt payload in test
  • Removes mockup _test files
  • Second convertmode in new interface format
  • Remove convertfunctions.go and fix log message
  • Implemented convertmode uint82ascii
  • Generic implementation for all uint*2ascii convertmodes
  • Enable uint*2ascii convertmodes
  • Adds new interfaced convertmode 2uint322ascii
  • Implement all uint convertmodes
  • Convert modes of uint and int now en par
  • New convertmode in interfaced-form bytecolor2colorcode
  • Last convertmode implemented
  • Removes helpers.go
  • Adds e2e test state
  • Updates readme

Malte Muench added 19 commits April 28, 2024 14:38
* convertmodes are now in a table
* first steps to restructure convertmodes to external files, a cleaner
  interface

Signed-off-by: Malte Muench <[email protected]>
* Changed the default type for CAN-IDs to uint32 in all places
* Changed the default type for MQTT Payload to []byte
* Completely removed convert2CAN and convert2MQTT functions
Placed hint for myself to use strings.Fields instead of split
Signed-off-by: Malte Muench <[email protected]>
Signed-off-by: Malte Muench <[email protected]>
Signed-off-by: Malte Muench <[email protected]>
Signed-off-by: Malte Muench <[email protected]>
Signed-off-by: Malte Muench <[email protected]>
@mxmxchere
Copy link
Contributor Author

will also fix #50 #49 #48 #47 #46 #45 #44

@mxmxchere mxmxchere merged commit 966136b into main May 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant