[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] cd3889: [messages] add INFO_MS
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] cd3889: [messages] add INFO_MSG and print it to GCS consol... |
Date: |
Wed, 12 Nov 2014 03:25:43 -0800 |
Branch: refs/heads/info_msg
Home: https://github.com/paparazzi/paparazzi
Commit: cd388990acc35a8ff976a8ddd7c204b68f5cdcdb
https://github.com/paparazzi/paparazzi/commit/cd388990acc35a8ff976a8ddd7c204b68f5cdcdb
Author: Felix Ruess <address@hidden>
Date: 2014-11-12 (Wed, 12 Nov 2014)
Changed paths:
M conf/messages.xml
M sw/ground_segment/cockpit/live.ml
M sw/ground_segment/tmtc/messages.ml
M sw/lib/ocaml/pprz.ml
M sw/lib/ocaml/pprz.mli
Log Message:
-----------
[messages] add INFO_MSG and print it to GCS console
Uses a separate string_of_chars function for now to convert the
char array from ivy (e.g. |i,n,f,o, ,m,s,g|) to normal string to
nicely write to console and messages app.
Proper solution would be to write char arrays as normal "quoted string" to the
ivy bus.
Commit: 6884acfb9e450bd2aab98b46787edcd0d5754e38
https://github.com/paparazzi/paparazzi/commit/6884acfb9e450bd2aab98b46787edcd0d5754e38
Author: Gautier Hattenberger <address@hidden>
Date: 2014-11-12 (Wed, 12 Nov 2014)
Changed paths:
M sw/airborne/subsystems/datalink/ivy_transport.c
M sw/ground_segment/cockpit/live.ml
M sw/ground_segment/tmtc/messages.ml
M sw/ground_segment/tmtc/server.ml
M sw/lib/ocaml/pprz.ml
M sw/lib/ocaml/pprz.mli
Log Message:
-----------
[ocaml][messages] use quotes for char arrays
- char[] are now treated as 'real' strings
- no more delimiters for other arrays (where space characters should not
appear)
Compare:
https://github.com/paparazzi/paparazzi/compare/36206a789f12...6884acfb9e45
- [paparazzi-commits] [paparazzi/paparazzi] cd3889: [messages] add INFO_MSG and print it to GCS consol...,
GitHub <=