param request wip
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user