Skip to content

Commit

Permalink
Added comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
interkosmos committed Jul 20, 2024
1 parent d6b1b62 commit 6479bcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions guide/guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4837,10 +4837,12 @@ jobs = {
onetime = true,
delay = 5 * 1000,
observation = {
-- Initialise RTS and send responses to dmdb.
name = "init_tps",
target_id = "p99",
receivers = { "dmdb" },
requests = {
-- Up to 8 requests are allowed per observation.
geocom_beep_normal(),
geocom_set_refraction_mode(1),
geocom_set_inclination_correction(true),
Expand All @@ -4856,6 +4858,7 @@ jobs = {
onetime = false,
delay = 10 * 1000,
observation = {
-- Set position and start measurement, send responses to dmdb.
name = "get_p01",
target_id = "p01",
receivers = { "dmdb" },
Expand Down

0 comments on commit 6479bcb

Please sign in to comment.