PX4 Firmware
PX4 Autopilot Software http://px4.io
|
This is the complete list of members for cdev::VFile, including all inherited members.
_lock | cdev::CDev | protected |
CDev(const char *devname) | cdev::CDev | explicit |
CDev(const CDev &)=delete | cdev::CDev | |
CDev(CDev &&)=delete | cdev::CDev | |
close(file_t *filep) | cdev::CDev | virtual |
close_last(file_t *filep) | cdev::CDev | inlineprotectedvirtual |
createFile(const char *fname, mode_t mode) | cdev::VFile | static |
fops | cdev::CDev | protectedstatic |
get_devname() const | cdev::CDev | inline |
init() | cdev::CDev | virtual |
ioctl(file_t *filep, int cmd, unsigned long arg) | cdev::CDev | virtual |
lock() | cdev::CDev | inlineprotected |
open(file_t *filep) | cdev::CDev | virtual |
open_first(file_t *filep) | cdev::CDev | inlineprotectedvirtual |
operator=(const CDev &)=delete | cdev::CDev | |
operator=(CDev &&)=delete | cdev::CDev | |
poll(file_t *filep, px4_pollfd_struct_t *fds, bool setup) | cdev::CDev | virtual |
poll_notify(pollevent_t events) | cdev::CDev | protectedvirtual |
poll_notify_one(px4_pollfd_struct_t *fds, pollevent_t events) | cdev::CDev | protectedvirtual |
poll_state(file_t *filep) | cdev::CDev | inlineprotectedvirtual |
read(file_t *filep, char *buffer, size_t buflen) | cdev::CDev | inlinevirtual |
register_class_devname(const char *class_devname) | cdev::CDev | protectedvirtual |
seek(file_t *filep, off_t offset, int whence) | cdev::CDev | inlinevirtual |
unlock() | cdev::CDev | inlineprotected |
unregister_class_devname(const char *class_devname, unsigned class_instance) | cdev::CDev | protectedvirtual |
unregister_driver_and_memory() | cdev::CDev | protected |
VFile(const char *fname, mode_t mode) | cdev::VFile | private |
VFile(const VFile &) | cdev::VFile | private |
write(file_t *handlep, const char *buffer, size_t buflen) override | cdev::VFile | virtual |
~CDev() | cdev::CDev | virtual |
~VFile()=default | cdev::VFile |