OpenDroneIdSystem constructor
OpenDroneIdSystem({
- required int32_t operatorLatitude,
- required int32_t operatorLongitude,
- required float areaCeiling,
- required float areaFloor,
- required float operatorAltitudeGeo,
- required uint32_t timestamp,
- required uint16_t areaCount,
- required uint16_t areaRadius,
- required uint8_t targetSystem,
- required uint8_t targetComponent,
- required List<
int8_t> idOrMac, - required MavOdidOperatorLocationType operatorLocationType,
- required MavOdidClassificationType classificationType,
- required MavOdidCategoryEu categoryEu,
- 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,
});