Add Insyde FDC parser

This commit is contained in:
Nikolaj Schlej 2025-02-23 07:14:02 +07:00
parent 34904bdc5d
commit ca7d4caa7a
14 changed files with 326 additions and 92 deletions

View file

@ -194,6 +194,7 @@ public:
UByteArray body(const UModelIndex &index) const;
bool hasEmptyBody(const UModelIndex &index) const;
void setBody(const UModelIndex &index, const UByteArray &body);
UByteArray tail(const UModelIndex &index) const;
bool hasEmptyTail(const UModelIndex &index) const;