We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a8c4a commit 9f9536fCopy full SHA for 9f9536f
CMakeLists.txt
@@ -94,6 +94,7 @@ set(OSI_PROTO_FILES
94
osi_sensorviewconfiguration.proto
95
osi_sensorspecific.proto
96
osi_sensorview.proto
97
+ osi_streamingupdate.proto
98
)
99
100
protobuf_generate_cpp(PROTO_SRCS PROTO_HEADERS ${OSI_PROTO_FILES})
setup.py
@@ -69,6 +69,7 @@ def find_protoc():
69
'osi_sensorspecific.proto',
70
'osi_sensorview.proto',
71
'osi_sensorviewconfiguration.proto',
72
+ 'osi_streamingupdate.proto',
73
'osi_trafficcommand.proto',
74
'osi_trafficcommandupdate.proto',
75
'osi_trafficlight.proto',
0 commit comments