aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/device/device.h
Commit message (Collapse)AuthorAgeFilesLines
* Framework to support disabling publications via IOCTLLorenz Meier2014-01-121-1/+3
|
* device: added register_class_devname() APIAndrew Tridgell2013-12-101-0/+22
| | | | | this allows drivers to register generic device names for a device class, with automatic class instance handling
* Add direct-access methods to the base Device class, so that there's a common ↵px4dev2013-08-041-13/+57
| | | | | | | | way of talking to drivers regardless of which of the specialised classes they derive from. Make the Device destructor public and virtual, so that arbitrary devices can be deleted. Likewise for classes that derive from it. Make Device::init public so that arbitrary devices can be initialised after being returned by factories.
* Moved last libs, drivers and headers, cleaned up IO buildLorenz Meier2013-04-281-0/+447