|
Open Model Railroad Network (OpenMRN)
|
This is the complete list of members for Device, including all inherited members.
| close(struct _reent *reent, int fd) | Device | static |
| FileIO::close(File *file)=0 | FileIO | protectedpure virtual |
| Device(const char *name) | Device | |
| DeviceBufferBase | Device | friend |
| DISALLOW_COPY_AND_ASSIGN(Device) (defined in Device) | Device | private |
| fcntl(int fd, int cmd, unsigned long data) | FileIO | static |
| fcntl(File *file, int cmd, unsigned long data) | FileIO | protectedvirtual |
| fd_alloc(void) | FileIO | protectedstatic |
| fd_free(int fd) | FileIO | protectedstatic |
| fd_lookup(File *file) | FileIO | protectedstatic |
| file_lookup(int fd) | FileIO | protectedstatic |
| FileIO(const char *name) | FileIO | inlineprotected |
| files | FileIO | protectedstatic |
| first | Device | privatestatic |
| fstat(struct _reent *reent, int fd, struct stat *stat) | FileIO | static |
| fstat(File *file, struct stat *stat)=0 | FileIO | protectedpure virtual |
| get_mode() | Device | inlineprotectedvirtual |
| ioctl(int fd, unsigned long int key, unsigned long data) | FileIO | static |
| ioctl(File *file, unsigned long int key, unsigned long data) | FileIO | protectedvirtual |
| is_device(int fd) | FileIO | inlinestatic |
| lseek(struct _reent *reent, int fd, _off_t offset, int whence) | FileIO | static |
| lseek(File *f, off_t offset, int whence) | FileIO | protectedvirtual |
| mutex | FileIO | protectedstatic |
| name | FileIO | protected |
| next | Device | private |
| numOpenFiles | FileIO | protectedstatic |
| open(struct _reent *reent, const char *path, int flags, int mode) | Device | static |
| FileIO::open(File *file, const char *path, int flags, int mode)=0 | FileIO | protectedpure virtual |
| OSSelectWakeup | Device | friend |
| prev | Device | private |
| read(struct _reent *reent, int fd, void *buf, size_t count) | FileIO | static |
| read(File *file, void *buf, size_t count)=0 | FileIO | protectedpure virtual |
| select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, long long timeout) | Device | static |
| FileIO::select(File *file, int mode) | FileIO | inlineprotectedvirtual |
| select_clear() | Device | static |
| select_insert(SelectInfo *info) | Device | protectedstatic |
| select_wakeup(SelectInfo *info) | Device | protectedstatic |
| select_wakeup_from_isr(SelectInfo *info, int *woken) | Device | protectedstatic |
| stat(struct _reent *reent, const char *path, struct stat *stat) | Device | static |
| write(struct _reent *reent, int fd, const void *buf, size_t count) | FileIO | static |
| write(File *file, const void *buf, size_t count)=0 | FileIO | protectedpure virtual |
| ~Device() | Device | virtual |
| ~FileIO() | FileIO | inlineprotectedvirtual |