We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571277a commit 1f7e3afCopy full SHA for 1f7e3af
1 file changed
memo.odvd
@@ -14,20 +14,20 @@
14
* limitations under the License.
15
*/
16
17
-message morise.raw.Raw [id = 10000] {
+message memo.raw.Raw [id = 10000] {
18
string data [id = 1];
19
}
20
21
-message morise.raw.NMEA0183 [id = 10001] {
+message memo.raw.NMEA0183 [id = 10001] {
22
string sentence [id = 1];
23
24
25
-message morise.raw.NMEA2000 [id = 10002] {
+message memo.raw.NMEA2000 [id = 10002] {
26
string header [id = 1];
27
string data [id = 2];
28
29
30
-message morise.raw.LWE450 [id = 10003] {
+message memo.raw.LWE450 [id = 10003] {
31
32
string payload [id = 2];
33
0 commit comments