WindCov constructor
WindCov({})
Implementation
WindCov({
required this.timeUsec,
required this.windX,
required this.windY,
required this.windZ,
required this.varHoriz,
required this.varVert,
required this.windAlt,
required this.horizAccuracy,
required this.vertAccuracy,
});