Implemented parameters, made it granular
This commit is contained in:
parent
70b27a0c07
commit
2c27810dfe
7 changed files with 84 additions and 123 deletions
|
|
@ -26,13 +26,13 @@ class Port {
|
|||
|
||||
std::vector<std::shared_ptr<PortParameter>> parameters;
|
||||
|
||||
void updateParameters();
|
||||
// void updateParameters();
|
||||
|
||||
void updateParameters(std::vector<std::string> ¶metersToGet);
|
||||
void updateParameters(std::vector<std::string> ¶metersToGet, bool allParameters);
|
||||
|
||||
void printParameters();
|
||||
// void printParameters();
|
||||
|
||||
void printParameters(std::vector<std::string> ¶metersToGet);
|
||||
void printParameters(std::vector<std::string> ¶metersToGet, bool allParameters);
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue