https://github.com/emcfarlane/protosim
Simulink protobuf modulue
https://github.com/emcfarlane/protosim
Last synced: 8 months ago
JSON representation
Simulink protobuf modulue
- Host: GitHub
- URL: https://github.com/emcfarlane/protosim
- Owner: emcfarlane
- License: mit
- Created: 2015-07-19T00:18:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-25T20:51:17.000Z (almost 11 years ago)
- Last Synced: 2024-04-21T00:58:22.350Z (about 2 years ago)
- Language: C++
- Size: 371 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# protosim
Simulink protobuf modulue
## Protobufs
Compile message structure
'''
protoc -I=protobuf --cpp_out=protobuf protobuf/message.proto
'''