Skip to content

Commit

Permalink
add IPAddress capnp
Browse files Browse the repository at this point in the history
  • Loading branch information
arne182 authored Mar 27, 2020
1 parent 129b19c commit 32a7317
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cereal/arne182.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ struct DynamicFollowButton {
status @0 :UInt16;
}

struct IPAddress {
ipAddr @0 :Text; # dragonpilot
}

struct EventArne182 {
# in nanoseconds?
logMonoTime @0 :UInt64;
Expand All @@ -161,5 +165,6 @@ struct EventArne182 {
thermalonline @7:ThermalOnlineData;
smiskolData @8 :SmiskolData;
dynamicFollowButton @9 :DynamicFollowButton;
ipAddress @10 :IPAddress;
}
}

0 comments on commit 32a7317

Please sign in to comment.