Init Commit: Moved bproto to seperate repo

This commit is contained in:
AlexanderHD27
2025-04-14 14:43:03 +02:00
commit 45bfc724fc
125 changed files with 10822 additions and 0 deletions

33
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"files.associations": {
"cmath": "cpp",
"type_traits": "cpp",
"__nullptr": "cpp",
"target": "cpp",
"bproto_encdec.h": "c",
"functional": "c",
"__locale": "c",
"bproto_package_ids.h": "c",
"bproto_package_structs.h": "c",
"random": "cpp",
"algorithm": "cpp",
"suit.h": "c",
"stdint.h": "c",
"hcp_message.h": "c"
},
"cmake.sourceDirectory": "/home/alexander/Projects/tumRobotic25/protocolGenerator/test/output/c",
"coverage-gutters.coverageFileNames": [
"coverage/cov_c.xml",
"coverage/cov_python.xml",
],
"coverage-gutters.showGutterCoverage": false,
"coverage-gutters.showLineCoverage": true,
"flake8.enabled": true,
"flake8.args": [
"--config=.flake8",
"--count"
],
"flake8.ignorePatterns": [
"src/gen/*.py"
]
}