From 54b2038a4111085a85f45f397f702264c8f46366 Mon Sep 17 00:00:00 2001 From: Junzi Sun Date: Thu, 21 Jun 2018 17:38:59 +0200 Subject: [PATCH] update readme, add id / alt code instruction --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.rst b/README.rst index 7edbcd6..e082a2d 100644 --- a/README.rst +++ b/README.rst @@ -124,6 +124,21 @@ messages. But the reference position shall be with in 180NM (airborne) or 45NM (surface) of the true position. +Decode altitude replies in DF4 / DF20 +************************************** +.. code:: python + + pms.common.altcode(msg) # Downlink format must be 4 or 20 + + +Decode identity replies in DF5 / DF21 +************************************** +.. code:: python + + pms.common.idcode(msg) # Downlink format must be 5 or 21 + + + Common Mode-S functions ************************