SNS - Overhaul - #91
Conversation
|
#47 covers virtual tags being added to temp + acc so wont do it here |
| ~DummyAdc() = default; | ||
|
|
||
| std::optional<std::uint16_t> readValue(); | ||
| virtual std::optional<core::Float> readValue(); |
There was a problem hiding this comment.
same justification as before, imported in its base class
There was a problem hiding this comment.
I guess leave it for now and discuss monday?
| ~DummyAdc() = default; | ||
|
|
||
| std::optional<std::uint16_t> readValue(); | ||
| virtual std::optional<core::Float> readValue(); |
There was a problem hiding this comment.
I guess leave it for now and discuss monday?
maxguy2001
left a comment
There was a problem hiding this comment.
Minor new style guide changes to be implemented but otherwise all good.
TomLonergan03
left a comment
There was a problem hiding this comment.
Looks good, will check includes once I'm at my pc later tonight
TomLonergan03
left a comment
There was a problem hiding this comment.
looks good
i've not found any missing includes but looking at includes is making my eyes water so I might have missed something
|
in line with what we discussed yesterday, i've made register addresses + constants for adc a private static constexpr since it should never be used anywhere other than the class -> this means confusion between possible overlapping register names between sensors can be avoided entirely @TomLonergan03 @maxguy2001 |
Uh oh!
There was an error while loading. Please reload this page.