PX4 Firmware
PX4 Autopilot Software http://px4.io
CDev.hpp File Reference
#include "Device.hpp"
#include <lib/cdev/CDev.hpp>
#include <px4_platform_common/px4_config.h>
#include <px4_platform_common/posix.h>
Include dependency graph for CDev.hpp:
This graph shows which files directly or indirectly include this file:

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 }
 

Enumeration Type Documentation

◆ CLASS_DEVICE

Enumerator
CLASS_DEVICE_PRIMARY 
CLASS_DEVICE_SECONDARY 
CLASS_DEVICE_TERTIARY 

Definition at line 100 of file CDev.hpp.