view service/iot2/messages.capnp @ 1490:455b1b80516e

introduce capnp, more build, some demos Ignore-this: 29801e9e9f8a85fd0d822207c6eacce1 darcs-hash:b2da18876d27b0fb9192811375752b5c4e7322e0
author drewp <drewp@bigasterisk.com>
date Thu, 23 Jan 2020 21:00:47 -0800
parents
children ae8ad2b758e2
line wrap: on
line source

@0x884608a79526d38a;

# Can't use Text type; nim doesn't support it. The Data type becomes nim 'string'.

struct Report {
  sensor @0 :Data;
  value @1 :Float32;
}