Storage for MAVLink Packet and Error statistics
Definition at line 16 of file MAVLinkStats.java.
com.MAVLink.Messages.MAVLinkStats.MAVLinkStats |
( |
| ) |
|
|
inline |
com.MAVLink.Messages.MAVLinkStats.MAVLinkStats |
( |
boolean |
ignoreRadioPackets | ) |
|
|
inline |
void com.MAVLink.Messages.MAVLinkStats.crcError |
( |
| ) |
|
|
inline |
void com.MAVLink.Messages.MAVLinkStats.newPacket |
( |
MAVLinkPacket |
packet | ) |
|
|
inline |
Check the new received packet to see if has lost someone between this and the last packet
- Parameters
-
packet | Packet that should be checked |
Definition at line 45 of file MAVLinkStats.java.
void com.MAVLink.Messages.MAVLinkStats.resetStats |
( |
| ) |
|
|
inline |
int com.MAVLink.Messages.MAVLinkStats.crcErrorCount |
boolean com.MAVLink.Messages.MAVLinkStats.ignoreRadioPackets |
int com.MAVLink.Messages.MAVLinkStats.lostPacketCount |
int com.MAVLink.Messages.MAVLinkStats.receivedPacketCount |
SystemStat [] com.MAVLink.Messages.MAVLinkStats.systemStats |
The documentation for this class was generated from the following file: