diff options
Diffstat (limited to 'Software/PMR/Messages/Common/DoubleArray.proto')
| -rw-r--r-- | Software/PMR/Messages/Common/DoubleArray.proto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Software/PMR/Messages/Common/DoubleArray.proto b/Software/PMR/Messages/Common/DoubleArray.proto new file mode 100644 index 000000000..7543364da --- /dev/null +++ b/Software/PMR/Messages/Common/DoubleArray.proto @@ -0,0 +1,9 @@ +syntax = "proto3"; + +package Tango.PMR.Common; +option java_package = "com.twine.tango.pmr.common"; + +message DoubleArray +{ + repeated double Data = 1; +}
\ No newline at end of file |
