IFS::FWFS Namespace Reference
Classes | |
| class | FileSystem |
| Implementation of firmware filing system using IFS. More... | |
| struct | FWFileDesc |
| FWFS File Descriptor. More... | |
| struct | FWVolume |
| FWFS Volume definition - identifies object store and volume object after mounting. More... | |
| class | ObjectStore |
| object store for read-only filesystem More... | |
| class | ObjRefCache |
| Cache the locations of several objects to improve search speed. More... | |
Typedefs | |
| using | FWFileDescAttributes = BitSet< uint8_t, FWFileDescAttr, 1 > |
Enumerations | |
| enum | FWFileDescAttr { FWFileDescAttr::allocated } |
| file descriptor attributes More... | |
Typedef Documentation
◆ FWFileDescAttributes
| using IFS::FWFS::FWFileDescAttributes = typedef BitSet<uint8_t, FWFileDescAttr, 1> |
Enumeration Type Documentation
◆ FWFileDescAttr
|
strong |
file descriptor attributes
- Note
- these are bit values, combine using _BV()
| Enumerator | |
|---|---|
| allocated | Descriptor in use. |
1.8.13