NITCbase / nitcbase.github.io

The entire documentation on implementing the NITCbase project.
https://nitcbase.github.io/
MIT License
10 stars 6 forks source link

ADD these constants in both algo and constants page #29

Closed gokulsreekumar closed 2 years ago

gokulsreekumar commented 2 years ago
#define   RELCAT_REL_NAME_INDEX 0
#define RELCAT_NO_ATTRIBUTES_INDEX 1
#define RELCAT_NO_RECORDS_INDEX 2
#define RELCAT_FIRST_BLOCK_INDEX 3
#define RELCAT_LAST_BLOCK_INDEX 4
#define RELCAT_NO_SLOTS_PER_BLOCK_INDEX 5

#define   ATTRCAT_REL_NAME_INDEX 0
#define ATTRCAT_ATTR_NAME_INDEX 1
#define ATTRCAT_ATTR_TYPE_INDEX 2
#define ATTRCAT_PRIMARY_FLAG_INDEX 3
#define ATTRCAT_ROOT_BLOCK_INDEX 4
#define ATTRCAT_OFFSET_INDEX 5
gokulsreekumar commented 2 years ago
gokulsreekumar commented 2 years ago
gokulsreekumar commented 2 years ago