MAVLinkMessage.java
Go to the documentation of this file.
1 /* AUTO-GENERATED FILE. DO NOT MODIFY.
2  *
3  * This class was automatically generated by the
4  * java mavlink generator tool. It should not be modified by hand.
5  */
6 
7 package com.MAVLink.Messages;
8 
9 import java.io.Serializable;
10 
12 
13 public abstract class MAVLinkMessage implements Serializable {
14  private static final long serialVersionUID = -7754622750478538539L;
15  // The MAVLink message classes have been changed to implement Serializable,
16  // this way is possible to pass a mavlink message trought the Service-Acctivity interface
17 
22  public int sysid;
23  public int compid;
24  public int msgid;
25  public abstract MAVLinkPacket pack();
26  public abstract void unpack(MAVLinkPayload payload);
27 }


mavlink
Author(s): Lorenz Meier
autogenerated on Sun Apr 7 2019 02:06:02