Skip to content

Commit

Permalink
Added helper function to get prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoerenm committed Apr 3, 2019
1 parent cac0551 commit 947250c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Tracking.jl
Expand Up @@ -11,7 +11,8 @@ module Tracking
prompt,
init_tracking,
TrackingInitials,
NumAnts
NumAnts,
cn0

struct NumAnts{x}
end
Expand All @@ -30,6 +31,9 @@ module Tracking
cn0::Float64
end

prompt(track_res::TrackingResults) = prompt(track_res.correlator_outputs)
CN0(track_res::TrackingResults) = track_res.cn0

struct CodeShift{N}
samples::Int
actual_shift::Float64
Expand Down

0 comments on commit 947250c

Please sign in to comment.