Commit Graph

14 Commits

Author SHA1 Message Date
Felix Ruess 321c583c5d [python] fix settings path 2014-11-27 14:41:03 +01:00
Felix Ruess 88e133bc4c [python] update messages tool to deal with whitespaces in arrays 2014-11-12 16:32:06 +01:00
Felix Ruess 97ea2b7ed4 [messages] rename class to msg_class
makes it possible to use the python parser using xmlobject since class is a reserved word.
2014-08-27 14:40:21 +02:00
Felix Ruess 5aef6a7e5b [python] fix realtimeplotapp
realtimeplotapp calls Stop() on IvyMessagesInterface and expects it to only unbind.
Add an extra Shudown method for messagesapp that also stops Ivy.
2013-04-03 23:58:37 +02:00
Felix Ruess 1dbbf8f97f [python] cleanly shutdown messages_app 2013-04-03 22:01:12 +02:00
Felix Ruess 8e66efbe30 [python] filter returns an iterator in python3, make sure it stays a list 2013-04-03 19:42:00 +02:00
Felix Ruess 5f0423b6c9 [python] fix settingsapp: use generated var/<acname>/settings.xml 2013-04-03 19:31:37 +02:00
Felix Ruess e49901bfa8 [python] style, partial python3 compat
- pep8: 4 spaces
- use 'in' instead of has_key for checking dicts
- some fixes for settingsapp
2013-04-03 19:31:18 +02:00
Felix Ruess e708b14f4a [python] fix messages_tool
Don't put empty strings in values.
This was a problem if IVY messages have a trailing whitespace,
should be fixed where the bogus messages are generated as well...
2013-03-25 23:30:25 +01:00
Felix Ruess 8162a35dce [python] pep8: 4 spaces, print_function 2013-03-25 22:59:30 +01:00
Allen 8e07d49452 Fixes/kludgeness for case sensitivity in XML parsing for joystick tuner
and add command line option for serial port
2011-05-18 16:35:40 -07:00
Allen Ibara ae9c67e097 Add optional support for timestamps in UDP messages using udp_link.py 2010-01-05 04:16:31 +00:00
Allen Ibara d8dd71831b Changes to python settings app in preparation for supporting values= settings attributes (ie, named radio button options) 2009-06-04 21:47:17 +00:00
Allen Ibara 0c3c09a1e8 Add Python ground station apps (messages, plotter, udp link, dashboard) 2009-04-15 22:07:16 +00:00