OpenDroneIdSystem constructor

OpenDroneIdSystem({
  1. required int32_t operatorLatitude,
  2. required int32_t operatorLongitude,
  3. required float areaCeiling,
  4. required float areaFloor,
  5. required float operatorAltitudeGeo,
  6. required uint32_t timestamp,
  7. required uint16_t areaCount,
  8. required uint16_t areaRadius,
  9. required uint8_t targetSystem,
  10. required uint8_t targetComponent,
  11. required List<int8_t> idOrMac,
  12. required MavOdidOperatorLocationType operatorLocationType,
  13. required MavOdidClassificationType classificationType,
  14. required MavOdidCategoryEu categoryEu,
  15. required MavOdidClassEu classEu,
})

Implementation

OpenDroneIdSystem({
  required this.operatorLatitude,
  required this.operatorLongitude,
  required this.areaCeiling,
  required this.areaFloor,
  required this.operatorAltitudeGeo,
  required this.timestamp,
  required this.areaCount,
  required this.areaRadius,
  required this.targetSystem,
  required this.targetComponent,
  required this.idOrMac,
  required this.operatorLocationType,
  required this.classificationType,
  required this.categoryEu,
  required this.classEu,
});