param request wip

This commit is contained in:
Jakob Meier
2022-02-09 19:46:12 +01:00
parent 3035aea885
commit 07e68bd05b
3 changed files with 71 additions and 18 deletions

View File

@ -1845,10 +1845,8 @@ class DebugCameraSet : public StaticLocalDataSet<DEBUG_CAMERA_SET_ENTRIES> {
: StaticLocalDataSet(sid_t(objectId, DEBUG_CAMERA_SET_ID)) {}
void printSet() {
sif::info << "DebugCameraSet::printSet: level 1: "
<< static_cast<unsigned int>(this->level1) << std::endl;
sif::info << "DebugCameraSet::printSet: module 1: "
<< static_cast<unsigned int>(this->module1) << std::endl;
sif::info << "DebugCameraSet::printSet: level 1: " << this->timing << std::endl;
sif::info << "DebugCameraSet::printSet: module 1: " << this->test << std::endl;
}
};
} // namespace StarTracker