Reorganize Code structure
Currently all available structures, classes and functions are defined in a single header file and implemented in a single src file.
It is better to reorganize and split into multiple files
Currently all available structures, classes and functions are defined in a single header file and implemented in a single src file.
It is better to reorganize and split into multiple files