Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
source
OBSW MOD GENERATOR CORE
Commits
236aaf71
Unverified
Commit
236aaf71
authored
May 17, 2021
by
Robin Mueller
Browse files
small tweak for header generator
parent
002cb5cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
objects/objects.py
View file @
236aaf71
...
...
@@ -57,7 +57,7 @@ def write_translation_header_file(filename: str = "translateObjects.h"):
f
"#ifndef FSFWCONFIG_OBJECTS_TRANSLATEOBJECTS_H_
\n
"
f
"#define FSFWCONFIG_OBJECTS_TRANSLATEOBJECTS_H_
\n\n
"
f
"#include <fsfw/objectmanager/SystemObjectIF.h>
\n\n
"
f
"const char
* translateObject(object_id_t object);
\n\n
"
f
"const char* translateObject(object_id_t object);
\n\n
"
f
"#endif /* FSFWCONFIG_OBJECTS_TRANSLATEOBJECTS_H_ */
\n
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment