Skip to content
Snippets Groups Projects
Commit 653c5df9 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

extended to include file base

parent 5e547d1d
No related branches found
No related tags found
No related merge requests found
......@@ -28,10 +28,12 @@ namespace IRDB_SDK
virtual int getBitWidth() const = 0;
virtual ADFileType_t getFileType() const = 0;
virtual ADMachineType_t getMachineType() const = 0;
virtual VirtualOffset_t getFileBase() const = 0;
virtual void setFileType(const ADFileType_t t) = 0;
virtual void setBitWidth(const int _bits) = 0;
virtual void setMachineType(const ADMachineType_t t) = 0;
virtual void setFileBase(const VirtualOffset_t fb) = 0;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment