ISAAC
0.2.11
Flight software for the ISAAC project, adding functionality to the Astrobee robot, operating inside the International Space Station.
|
This is the complete list of members for TinyEXIF::EntryParser, including all inherited members.
EntryParser(const uint8_t *_buf, unsigned _len, unsigned _tiff_header_start, bool _alignIntel) (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
Fetch(std::string &val) const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
Fetch(uint8_t &val) const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
Fetch(uint16_t &val) const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
Fetch(uint16_t &val, uint32_t idx) const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
Fetch(uint32_t &val) const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
Fetch(float &val) const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
Fetch(double &val) const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
Fetch(double &val, uint32_t idx) const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
FetchFloat(double &val) const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
FetchString() const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
GetBuffer() const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
GetData() const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
GetLength() const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
GetOffset() const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
GetSubIFD() const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
GetTag() const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
Init(unsigned _offs) (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
IsFloat() const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
IsIntelAligned() const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
IsLong() const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
IsRational() const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
IsShort() const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
IsSRational() const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
IsUndefined() const (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |
parse16(const uint8_t *buf, bool intel) (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inlinestatic |
parse32(const uint8_t *buf, bool intel) (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inlinestatic |
parse8(const uint8_t *buf) (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inlinestatic |
parseFloat(const uint8_t *buf, bool intel) (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inlinestatic |
parseRational(const uint8_t *buf, bool intel, bool isSigned) (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inlinestatic |
parseString(const uint8_t *buf, unsigned num_components, unsigned data, unsigned base, unsigned len, bool intel) (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inlinestatic |
ParseTag() (defined in TinyEXIF::EntryParser) | TinyEXIF::EntryParser | inline |