[x] I have checked that another pull request for this purpose does not exist.
[x] I have considered, and confirmed that this submission will be valuable to others.
[x] I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
[x] I give this submission freely, and claim no ownership to its content.
[x] I have mentioned this change in the changelog.
My familiarity with the project is as follows (check one):
[ ] I have never used CCExtractor.
[ ] I have used CCExtractor just a couple of times.
[ ] I absolutely love CCExtractor, but have not contributed previously.
[x] I am an active contributor to CCExtractor.
Closes #1555
This PR adds some common enums & constants which will be used througjout the codebase. This PR code is equivalent to ccx_common_constants C file.
NOTE: Most of these enums are completely unrelated to each other and the only reason they are kept together for now is because they were kept together in C codebase. In the future when appropriate modules will be built, each of them will have to tranfered to their respective meaningful modules.
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Closes #1555
This PR adds some common enums & constants which will be used througjout the codebase. This PR code is equivalent to
ccx_common_constants
C file.NOTE: Most of these enums are completely unrelated to each other and the only reason they are kept together for now is because they were kept together in C codebase. In the future when appropriate modules will be built, each of them will have to tranfered to their respective meaningful modules.