Peter Barker
|
733b7b7f1a
|
AP_Logger: include internal error count in log structure
|
6 years ago |
Peter Barker
|
5f877294c9
|
AP_Logger: re-add lost validate_structure loop
Lost with bad rebase
|
6 years ago |
Peter Barker
|
cd0265644d
|
AP_Logger: disable float-mult-zero sanity check for the time being
|
6 years ago |
Randy Mackay
|
c7b1ad3443
|
AP_Logger: add Write_OA
|
6 years ago |
Andrew Tridgell
|
91f80613dd
|
AP_Logger: removed internal error for logging without sem
|
6 years ago |
Tatsuya Yamaguchi
|
18a43601cd
|
RangeFinder: Add up to 10 RangeFinder logs
|
6 years ago |
Peter Barker
|
be9df7f600
|
AP_Logger: add a README.md to help locating units/mults/fieldtypes
|
6 years ago |
Peter Barker
|
b644df14d0
|
AP_Logger: move documentation for fieldtypes, units and mults to top
|
6 years ago |
Peter Barker
|
d67e68eb03
|
AP_Logger: move LOG_ARM_DISARM_MSG in
|
6 years ago |
Peter Barker
|
a5f5b4349c
|
AP_Logger: add a Write_Rally method
|
6 years ago |
Andrew Tridgell
|
6b1374e55c
|
AP_Logger: log SPI and I2C counters in PM msg
|
6 years ago |
Peter Barker
|
0225b6817a
|
AP_Logger: examples: add test for Write and WriteCritical
|
6 years ago |
Peter Barker
|
54eff7eafc
|
AP_Logger: add WriteCritical method to AP::logger()
For callers who emphatically want their custom messages to be written out.
|
6 years ago |
Andrew Tridgell
|
6fa69c2297
|
AP_Logger: rename to EXPECT_DELAY_MS()
|
6 years ago |
Andrew Tridgell
|
4cdfe6bac3
|
AP_Logger: use EXPECT_DELAY() macro
|
6 years ago |
Andrew Tridgell
|
0b20d972cd
|
AP_Logger: prevent log erase from triggering watchdog
|
6 years ago |
Andrew Tridgell
|
24c5bf42ae
|
AP_Logger: force logging on an armed watchdog reset
and don't clear sdcard space
|
6 years ago |
Andrew Tridgell
|
215c41dbb1
|
AP_Logger: handle long delays in opening log files
|
6 years ago |
Peter Barker
|
146b0c69d6
|
AP_Logger: check return values from get_log_data
|
6 years ago |
Peter Barker
|
540d4ae796
|
AP_Logger: RangeFinder library now does its own logging
Since we were poking the backends directly it should probably be over
there
|
6 years ago |
Peter Barker
|
57c4cbc771
|
AP_Logger: use RSSI singleton for logging
|
6 years ago |
Peter Barker
|
d90e554608
|
AP_Logger: move logging of ARSP into Airspeed library
|
6 years ago |
Peter Barker
|
26d8627d18
|
AP_Logger: use airspeed singleton for logging
This avoids the header dependency on airspeed
|
6 years ago |
Michael du Breuil
|
2e2ef27670
|
AP_Logger: Remove unneeded includes
|
6 years ago |
IamPete1
|
ade554b3f7
|
AP_logger: add ADSB log
|
6 years ago |
Tom Pittenger
|
027f9afcf8
|
AP_logger: rename dataflash to logger and refactor the filename logger.bin
|
6 years ago |
Peter Barker
|
b6ee93aeef
|
AP_Logger: change BAD_DEPTH logerror code from 0 to 3
We use 0 to mean cleared for many other subsystems, so this is a bit of
a wart.
|
6 years ago |
Peter Barker
|
0d0dfd49bd
|
AP_Logger: accomodation for Sub error subsystems and codes
|
6 years ago |
Peter Barker
|
d2a683a758
|
AP_Logger: move Log_Write_Error into library
|
6 years ago |
Peter Barker
|
bd8a27476e
|
AP_Logger: make structure validation failure at runtime fatal
|
6 years ago |
Michael du Breuil
|
3f1fbbf6c6
|
AP_Logger: simplify the message writers
Specifically:
- Remove some unreachable nullptr checks
- Remove a noop stage
- Remove unneeded initilizers
|
6 years ago |
Peter Barker
|
ee690e7ab9
|
AP_Logger: use AP_InternalError for tracking internal errors
|
6 years ago |
Peter Barker
|
422aa8ad7e
|
DataFlash: include internal errors in dataflash PM message
|
6 years ago |
Peter Barker
|
4e151197a8
|
AP_Logger: log units and multipliers correctly
|
6 years ago |
Michael du Breuil
|
0743b979fa
|
AP_Logger: Don't log AHR2 unless the quat is available
This should not be a functional change, because if the secondary
attitude is available then the secondary quat will be as well
|
6 years ago |
Randy Mackay
|
cf8a7fd423
|
AP_Logger: add values to backend-type param description
|
6 years ago |
Peter Barker
|
539000df40
|
AP_Logger: remove more DataFlash references
Also strongly type the backend type
|
6 years ago |
Peter Barker
|
dfa5a423ec
|
AP_Logger: add sanity check that trigger for bad float multipliers
|
6 years ago |
Andrew Tridgell
|
5b762711fd
|
AP_Logger: handle EEXIST for log dir create
|
6 years ago |
Andrew Tridgell
|
202e6d38c4
|
AP_Logger: fixed race condition with multi-thread AP_Logger
|
6 years ago |
Peter Barker
|
b9cd3a8a39
|
AP_Logger: add logging of mavlink stats
|
6 years ago |
Peter Barker
|
4ae64416c3
|
AP_Logger: add instance unit type
|
6 years ago |
Randy Mackay
|
e28efeceac
|
AP_Logger: implement Write_ESC
|
6 years ago |
Mark Whitehorn
|
c9c802f617
|
AP_Logger: call wrap_360_cd on yaw in WriteAttitudeView
|
6 years ago |
Peter Barker
|
c4fd5ec350
|
AP_Logger: include stdio for some printfs
|
6 years ago |
Peter Barker
|
9108eeb8f5
|
AP_Logger: log rally points into dataflash on upload
|
6 years ago |
Peter Barker
|
9a04ae5cf7
|
AP_Logger: use a MessageWriter to emit rally points
|
6 years ago |
Tom Pittenger
|
21db5e1a5c
|
AP_Logger: unify singleton naming to _singleton and get_singleton()
|
6 years ago |
Tom Pittenger
|
1110fad8e7
|
AP_Logger: move wheelEncoder logging to library
|
6 years ago |
Peter Barker
|
3071372c8d
|
AP_Logger: add Sub-specific events
|
6 years ago |