Refactor project structure and update configurations
The project now builds.
- Updated .vscode/launch.json and .vscode/tasks.json for improved
development workflow
- Modified Makefile.am, configure, and configure.ac for build process
enhancements
- Updated corelogic/Makefile.am and
corelogic/include/sensors/interoceptor.h
- Renamed corelogic/main.cpp to main.cpp for better project organization
This commit is contained in:
@@ -11,7 +11,8 @@ public:
|
||||
~Interoceptor() = default;
|
||||
|
||||
public:
|
||||
uint32_t id, value;
|
||||
uint32_t id;
|
||||
uint64_t value;
|
||||
};
|
||||
|
||||
class NeutralInteroceptor
|
||||
|
||||
Reference in New Issue
Block a user