aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/telemetry_status.h
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-09-03 10:34:27 +0200
committerThomas Gubler <thomasgubler@gmail.com>2014-09-03 10:34:27 +0200
commit3d01da35d02505e751536e2cc09637797b37bed6 (patch)
tree2b1a9dbd7e9d1882115b1479be2ed04630710ec1 /src/modules/uORB/topics/telemetry_status.h
parente5650df321a103f56f607a19df94d12825c00e42 (diff)
downloadpx4-firmware-3d01da35d02505e751536e2cc09637797b37bed6.tar.gz
px4-firmware-3d01da35d02505e751536e2cc09637797b37bed6.tar.bz2
px4-firmware-3d01da35d02505e751536e2cc09637797b37bed6.zip
write sysid & compid to telemetry status
Diffstat (limited to 'src/modules/uORB/topics/telemetry_status.h')
-rw-r--r--src/modules/uORB/topics/telemetry_status.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/uORB/topics/telemetry_status.h b/src/modules/uORB/topics/telemetry_status.h
index 1297c1a9d..93193f32b 100644
--- a/src/modules/uORB/topics/telemetry_status.h
+++ b/src/modules/uORB/topics/telemetry_status.h
@@ -67,6 +67,8 @@ struct telemetry_status_s {
uint8_t noise; /**< background noise level */
uint8_t remote_noise; /**< remote background noise level */
uint8_t txbuf; /**< how full the tx buffer is as a percentage */
+ uint8_t system_id; /**< system id of the remote system */
+ uint8_t component_id; /**< component id of the remote system */
};
/**