UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

7 lines (5 loc) 273 B
type MAV_REMOTE_LOG_DATA_BLOCK_STATUSES = 0 | 1; declare const MAV_REMOTE_LOG_DATA_BLOCK_NACK: 0; declare const MAV_REMOTE_LOG_DATA_BLOCK_ACK: 1; export { MAV_REMOTE_LOG_DATA_BLOCK_ACK, MAV_REMOTE_LOG_DATA_BLOCK_NACK }; export type { MAV_REMOTE_LOG_DATA_BLOCK_STATUSES };