Skip to content
Snippets Groups Projects

F consolidation

Merged Timm Fitschen requested to merge f-consolidation into dev
3 files
+ 35
12
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 4
4
@@ -541,8 +541,8 @@ public:
* Set the datatype of this property.
*/
auto SetDataType(const DataType &new_data_type) -> StatusCode;
auto SetDataType(const AtomicDataType new_data_type) -> StatusCode;
auto SetDataType(const std::string &new_data_type) -> StatusCode;
auto SetDataType(const AtomicDataType new_data_type, bool list_type = false) -> StatusCode;
auto SetDataType(const std::string &new_data_type, bool list_type = false) -> StatusCode;
/**
* Return a json string representing this property.
@@ -712,8 +712,8 @@ public:
auto SetUnit(const std::string &unit) -> void;
auto SetDataType(const DataType &new_data_type) -> StatusCode;
auto SetDataType(const AtomicDataType new_data_type) -> StatusCode;
auto SetDataType(const std::string &new_data_type) -> StatusCode;
auto SetDataType(const AtomicDataType new_data_type, bool list_type = false) -> StatusCode;
auto SetDataType(const std::string &new_data_type, bool list_type = false) -> StatusCode;
auto AppendProperty(const Property &property) -> void;
auto RemoveProperty(int index) -> void;
Loading