Skip to content

Commit

Permalink
Update ADC.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschumacher authored Feb 29, 2024
1 parent ff2e425 commit 6c20794
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/client/julia/src/ADC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ end

RPStatus(statusRaw::Integer) = RPStatus((statusRaw >> 0) & 1, (statusRaw >> 1) & 1, (statusRaw >> 2) & 1, (statusRaw >> 3) & 1, (statusRaw >> 4) & 1)

"""
PerformanceData
Holds the performance data that is used for monitoring.
"""
struct PerformanceData
wpRead::UInt64
adc::ADCPerformanceData
Expand Down

0 comments on commit 6c20794

Please sign in to comment.