Skip to content
Snippets Groups Projects
Commit e0b4a1ca authored by Grigoris Pavlakis's avatar Grigoris Pavlakis
Browse files

Fix more formatting

parent 0d1fb7d6
No related branches found
No related tags found
No related merge requests found
...@@ -39,14 +39,15 @@ struct Parameter { ...@@ -39,14 +39,15 @@ struct Parameter {
class ParameterService : public Service { class ParameterService : public Service {
Parameter paramsList[CONFIGLENGTH]; // CONFIGLENGTH is just a dummy number for now, this should be statically set Parameter paramsList[CONFIGLENGTH];
// CONFIGLENGTH is just a dummy number for now, this should be statically set
public: public:
ParameterService(); ParameterService();
Message reportParameter(Message paramId); Message reportParameter(Message paramId);
void setParamData(Message newParamValues); //void setParamData(Message& newParamValues);
}; };
......
...@@ -67,7 +67,6 @@ Message ParameterService::reportParameter(Message paramId) { ...@@ -67,7 +67,6 @@ Message ParameterService::reportParameter(Message paramId) {
return reqParam; return reqParam;
} }
/*void ParameterService::setParamData(Message paramId) { /*void ParameterService::setParamData(Message& newParamValues) {
}*/
}*/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment