nidas  v1.2-1520
Namespaces | Classes | Enumerations | Functions
nidas::dynld::isff Namespace Reference

Namespaces

 metek
 

Classes

class  ATIK_Sonic
 A class for making sense of data from an ATIK 3D sonic anemometer. More...
 
class  CS_Krypton
 A data converter from voltage to water vapor density in gm/m^3 for a Campbell Scientfic krypton hygrometer. More...
 
class  CSAT3_Sonic
 A class for making sense of data from a Campbell Scientific Inc CSAT3 3D sonic anemometer. More...
 
class  CSI_CRX_Binary
 A class for parsing the binary output of Campbell Scientific CR10X and CR23X data loggers. More...
 
class  CSI_IRGA_Sonic
 A class for making sense of data from a Campbell Scientific IRGASON integrated Gas Analyzer and 3D sonic anemometer. More...
 
class  CU_Coldwire
 A class for parsing the binary output of Dale Lawrence's cold-wire sensor package. More...
 
class  DAUSensor
 
class  GOES
 Support for a GOES transmitter, implemented as an IOChannel. More...
 
class  GOESException
 
class  GOESOutput
 A SampleOutput for packaging data for a GOES DCP Transmitter. More...
 
class  GOESProject
 
class  GOESXmtr
 Support for a GOES transmitter, implemented as an IOChannel. More...
 
class  GroundStation
 GroundStation is a sub-class of a measurement Site. More...
 
class  Licor7500
 Sensor class for the Licor 7500 gas analyzer. More...
 
class  MOSMote
 A SerialSensor for support of an early, buggy version of a Mantis OS Mote, which insert null. More...
 
class  NCAR_TRH
 Sensor class for the NCAR hygrothermometer, built at EOL. More...
 
class  PacketInputStream
 
class  PacketInfo
 
class  NESDISPacketInfo
 
class  SutronPacketInfo
 
class  PacketParser
 
class  PropVane
 A serial prop vane wind sensor. More...
 
class  RebsLinear
 A linear converter useful for REBS net radiometers, which have two sets of linear coefficients, one set to be applied during the day when Rnet > 0 and one when Rnet < 0: i.e. More...
 
class  SE_GOESXmtr
 An IOChannel implementation for a Signal Engineering GOES transmitter. More...
 
class  SimGOESXmtr
 An IOChannel implementation to simulate a GOES transmitter. More...
 
class  SonicAnemometer
 3D sonic anemometer class. More...
 
class  Wind2D
 
class  Wind3D
 A class for performing the common processes on wind data from a 3D sonic anemometer. More...
 
class  WindOrienter
 A class for rotating winds according to different orientations of the wind sensor. More...
 
class  WindRotator
 Rotate a (U,V) 2D wind vector by an angle. More...
 
class  WindTilter
 WindTilter is used to apply a 3d rotation matrix to a wind vector. More...
 
struct  VarInfo
 
struct  SampInfo
 
class  WisardMote
 

Enumerations

enum  WISARD_SAMPLE_TYPE { WST_NORMAL, WST_IMPLIED, WST_IGNORED, WST_NOWARN }
 WST_IMPLIED: create sample tags for these sensor types, even if they aren't found in the XML. More...
 

Functions

std::ostream & operator<< (std::ostream &s, const PacketInfo &q)
 

Enumeration Type Documentation

WST_IMPLIED: create sample tags for these sensor types, even if they aren't found in the XML.

WST_IGNORED: if a raw sample of this sensor type is found, don't generate a processed sample. WST_NOWARN: if a raw sample of this sensor type is found, generate a processed sample, but don't log a warning. WST_NORMAL: otherwise.

Enumerator
WST_NORMAL 
WST_IMPLIED 
WST_IGNORED 
WST_NOWARN 

Function Documentation

std::ostream& nidas::dynld::isff::operator<< ( std::ostream &  s,
const PacketInfo &  q 
)
inline