ardupilot/libraries/AP_HAL/utility
Lucas De Marchi a1e1503e1a AP_HAL: Add Functor implementation
This is a Functor implementation that should cover the use cases we have
for FastDelegate. In contrary to the latter, it can be constructed at
compile time so the compiler can safely put it in a read-only section
which covers the cases in which we are not using it.
2015-05-26 13:46:49 +10:00
..
BetterStream.h libraries: update license header to GPLv3 2013-08-30 13:01:39 +10:00
FastDelegate.h AP_HAL: Changes to fix the warnings in rover sitl build. 2015-02-11 18:16:45 +11:00
ftoa_engine.cpp AP_HAL: moved printf implementation from AP_HAL_AVR to AP_HAL 2013-09-21 13:28:46 +10:00
ftoa_engine.h AP_HAL: moved printf implementation from AP_HAL_AVR to AP_HAL 2013-09-21 13:28:46 +10:00
functor.h AP_HAL: Add Functor implementation 2015-05-26 13:46:49 +10:00
getopt_cpp.cpp AP_HAL: added getopt_cpp class 2015-05-05 09:45:58 +10:00
getopt_cpp.h AP_HAL: added getopt_cpp class 2015-05-05 09:45:58 +10:00
print_vprintf.cpp AP_HAL: replace fabs() with fabsf() 2015-05-09 09:57:26 +10:00
print_vprintf.h AP_HAL: moved printf implementation from AP_HAL_AVR to AP_HAL 2013-09-21 13:28:46 +10:00
Print.cpp AP_HAL: require a buffer write() function in all ports 2013-10-03 12:21:07 +10:00
Print.h AP_HAL: require a buffer write() function in all ports 2013-10-03 12:21:07 +10:00
RingBuffer.h AP_HAL: create a common utility/RingBuffer.h header 2015-01-07 08:41:14 +11:00
Socket.cpp AP_HAL: added sendto socket method 2015-05-22 16:07:44 +10:00
Socket.h AP_HAL: added sendto socket method 2015-05-22 16:07:44 +10:00
Stream.h AP_HAL: remove unused peek() interface from UART drivers 2013-01-16 14:43:18 +11:00
utoa_invert.cpp AP_HAL: moved printf implementation from AP_HAL_AVR to AP_HAL 2013-09-21 13:28:46 +10:00
xtoa_fast.h AP_HAL: moved printf implementation from AP_HAL_AVR to AP_HAL 2013-09-21 13:28:46 +10:00