PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include "Device.hpp"
#include <lib/cdev/CDev.hpp>
#include <px4_platform_common/px4_config.h>
#include <px4_platform_common/posix.h>
Go to the source code of this file.
Classes | |
class | device::CDev |
Abstract class for any character device. More... | |
Namespaces | |
device | |
Namespace encapsulating all device framework classes, functions and data. | |
Typedefs | |
using | device::file_t = cdev::file_t |
Enumerations | |
enum | CLASS_DEVICE { CLASS_DEVICE_PRIMARY = 0, CLASS_DEVICE_SECONDARY = 1, CLASS_DEVICE_TERTIARY = 2 } |
enum CLASS_DEVICE |