ardupilot/libraries/AP_Common
Leandro Pereira 0f865a019a AP_HAL_Linux: Add Pollable/Poller
Add system's polling infrastructure to be notified whenever a
file descriptor is ready to be read from or written to.

Adds a few classes:
  * Poller, as an interface to epoll()
  * Pollable, as an interface to a file descriptor
2016-07-30 00:55:27 -03:00
..
examples/AP_Common waf: ardupilotwaf: prefix build context methods with ap_ 2016-01-22 20:10:29 -02:00
missing AP_HAL_Linux: Add Pollable/Poller 2016-07-30 00:55:27 -03:00
AP_Common.cpp AP_Common: rename is_bounded() to is_bounded_int32() and make inclusive 2015-11-11 13:45:05 +11:00
AP_Common.h AP_Common: simplify ARRAY_SUBSCRIPT macro 2016-06-23 21:02:05 -03:00
AP_Test.h libraries: update license header to GPLv3 2013-08-30 13:01:39 +10:00
Location.cpp AP_Common: avoid using AP_Math is_zero() because it is classless 2016-07-20 22:32:47 -07:00
Location.h AP_Common: add Location::is_zero and ::zero member functions 2016-07-20 22:32:47 -07:00
c++.cpp AP_Common: remove support for flymaple 2016-05-23 21:49:45 -03:00
keywords.txt Add support for 'new' and 'delete', so we can cons things on the fly. 2010-10-17 04:02:06 +00:00