WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
WXP::NidsWind Struct Reference

This struct stores NIDS wind data block header information. More...

#include "../include/NidWind.h"

Public Member Functions

int print ()
 

Public Attributes

float val
 
float x
 
float y
 
float dir
 
float spd
 

Detailed Description

This struct stores NIDS wind data block header information.

Author
Dan Vietor

Member Function Documentation

◆ print()

int NidsWind::print ( )

Prints the object data

References dir, spd, val, x, and y.

Member Data Documentation

◆ dir

float WXP::NidsWind::dir

The wind direction

Referenced by WXP::NidsPlot::drawData(), and print().

◆ spd

float WXP::NidsWind::spd

The wind speed

Referenced by WXP::NidsPlot::drawData(), and print().

◆ val

float WXP::NidsWind::val

The wind value (variance, gust)

Referenced by print().

◆ x

float WXP::NidsWind::x

X location

Referenced by WXP::NidsPlot::drawData(), and print().

◆ y

float WXP::NidsWind::y

Y location

Referenced by WXP::NidsPlot::drawData(), and print().


The documentation for this struct was generated from the following files: