Commit e4be1bd4a81f15fc4bf2c226c55ab23d43477bf6
1 parent
129df08f
Exists in
master
and in
85 other branches
removing print of getCalib
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
src/Info/ParamInfo.cc
... | ... | @@ -115,6 +115,7 @@ std::vector<std::pair<std::string,std::string>> ParamInfo::getInfoMap(ParameterM |
115 | 115 | } |
116 | 116 | |
117 | 117 | //adjout des info de tables |
118 | + /** | |
118 | 119 | ParameterSPtr param = parameterManager->getParameter(getId()); |
119 | 120 | std::map<std::string, boost::shared_ptr<std::vector<double>>> infoList =param->getInfoList(); |
120 | 121 | if(! infoList.empty()){ |
... | ... | @@ -137,7 +138,7 @@ std::vector<std::pair<std::string,std::string>> ParamInfo::getInfoMap(ParameterM |
137 | 138 | } |
138 | 139 | } |
139 | 140 | |
140 | - | |
141 | + */ | |
141 | 142 | } |
142 | 143 | else |
143 | 144 | { |
... | ... | @@ -167,7 +168,7 @@ std::vector<std::pair<std::string,std::string>> ParamInfo::getInfoMap(ParameterM |
167 | 168 | table.second->addTableInfo(parameterManager, table.first, infoMap); |
168 | 169 | } |
169 | 170 | } |
170 | - | |
171 | + /** | |
171 | 172 | ParameterSPtr pParam = parameterManager->getParameter(getId()); |
172 | 173 | Process* lProcess = dynamic_cast<Process*>(pParam->getDataWriterTemplate().get()); |
173 | 174 | if( lProcess != NULL){ |
... | ... | @@ -194,6 +195,7 @@ std::vector<std::pair<std::string,std::string>> ParamInfo::getInfoMap(ParameterM |
194 | 195 | |
195 | 196 | } |
196 | 197 | } |
198 | + */ | |
197 | 199 | |
198 | 200 | //Process* lProcess = ServicesServer::getInstance()->getProcess("sampling_classic", ¶m); |
199 | 201 | } | ... | ... |