|
plptools
|
Information about an application that must be installed prior to the current one. More...
#include <sisreqrecord.h>
Public Member Functions | |
| SisRC | fillFrom (uint8_t *buf, int *base, off_t len, SISFile *sisFile) |
| Populate the fields. More... | |
Public Attributes | |
| uint32_t | m_uid |
| uint16_t | m_major |
| uint16_t | m_minor |
| uint32_t | m_variant |
| uint32_t * | m_nameLengths |
| uint32_t * | m_namePtrs |
Information about an application that must be installed prior to the current one.
Definition at line 31 of file sisreqrecord.h.
Populate the fields.
| buf | The buffer to read from. |
| base | The index to start reading from, which is updated when the record is successfully read. |
| len | The length of the buffer. |
| sisFile | The container SISFile. |
Definition at line 28 of file sisreqrecord.cpp.
| uint16_t SISReqRecord::m_major |
Definition at line 47 of file sisreqrecord.h.
| uint16_t SISReqRecord::m_minor |
Definition at line 48 of file sisreqrecord.h.
| uint32_t* SISReqRecord::m_nameLengths |
Definition at line 50 of file sisreqrecord.h.
| uint32_t* SISReqRecord::m_namePtrs |
Definition at line 51 of file sisreqrecord.h.
| uint32_t SISReqRecord::m_uid |
Definition at line 46 of file sisreqrecord.h.
| uint32_t SISReqRecord::m_variant |
Definition at line 49 of file sisreqrecord.h.