Commit Graph

4 Commits

Author SHA1 Message Date
Felix Ruess 26c0588e80 [python] serial_msg_interface: update test
- send some datalink messages
- "fix" handling of CTRL-C
- and remove unused arg
- fix debug msg
2015-07-28 00:16:55 +02:00
Felix Ruess 3438a4928f [python] Create PprzMessage via name or id 2015-07-28 00:16:00 +02:00
Felix Ruess 9e0cf7f7d9 [python] fix python2/3 compat, imports, pep8...
- enum is available since python3.4 or as backport (enum34 package)
  - otherwise just use normal member vars as fallback
- cleanup some formatting/naming according to pep8
- SerialMessagesInterface should not depend on the messages_xml_map,
  as a workaround for now, only call parse_messages in main
2015-07-28 00:15:11 +02:00
Gautier Hattenberger 40f70ab2d2 [python] split message and transport, add serial interface 2015-07-24 10:48:05 +02:00