Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Topic

...

merlin/vhit/progress

QoS

1

Retain

true

Data

Advanced code syntax highlighter
version3
{"code":"{\n  \"state\": \"detected\",\n  \"plane\": \"lateral\",\n  \"timestamp\": 1709291469016135,\n  \"speed\": 154.22878606092254,\n  \"threshold\": 150\n}","theme":"default","language":"json","showLineNumbers":true}
Advanced code syntax highlighter
version2
{"code":"{\n  \"state\": \"completed\",\n  \"plane\": \"lateral\",\n  \"timestamp\": 1709291470876506,\n  \"speed\": 154.22878606092254,\n  \"threshold\": 150\n}","theme":"default","language":"json","showLineNumbers":true}

struct

Advanced code syntax highlighter
version3
{"code":"type VHitInfo struct {\n\tState     string  `json:\"state\"`\n\tPlane     string  `json:\"plane\"`\n\tTimestamp int64   `json:\"timestamp\"`\n\tSpeed     float64 `json:\"speed\"`\n\tThreshold float64 `json:\"threshold\"`\n}","theme":"default","language":"json","showLineNumbers":true}