You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ The version number is defined in InterfaceVersion::version_number in osi_common.
56
56
Major:
57
57
A change of the major version results in an incompatibility of code and recorded proto messages.
58
58
- An existing field with a number changes its meaning
59
-
```optional double field = 1;``` -> ```repeated double field = 1;```
59
+
`optional double field = 1;` -> `repeated double field = 1;`
60
60
Changing the definition of units or interpretation of a field
61
61
- Deleting a field and reusing the field number
62
62
- Changing the technology
@@ -93,10 +93,7 @@ In order to generate the doxygen documentation for OSI, please follow the follow
93
93
2. Download the [proto2cpp](https://github.com/OpenSimulationInterface/proto2cpp) repo.
94
94
Copy the content of the repo proto2cpp to your desired `<path-to-proto2cpp.py>`
95
95
3. Install [graphviz](https://graphviz.gitlab.io/_pages/Download/Download_windows.html), set an environmental variable 'graphviz' with the path to the binary file and add it to the PATH variable: `PATH += %graphviz%`.
96
-
4. From the cmd navigate to the build directory and run:
0 commit comments