radarlib  1.4.6
OdimH5v21::Nodes Class Reference

Nodes - Radar nodes which have crontributed data to composit. More...

#include <radarlib/odimh5v21_support.hpp>

Public Member Functions

 Nodes ()
 Create an object with values set to "". More...
 
 Nodes (const std::string &radar)
 Create an object set to the value passed. More...
 
 Nodes (const char *radar)
 Create an object set to the value passed. More...
 
void set (const std::string &radar)
 Set field. More...
 
void set (const char *radar)
 Set field. More...
 

Static Public Member Functions

static std::vector< NodesparseSequence (const std::string &str)
 Create a collection of radar nodes decoding a string. More...
 
static std::string toString (const std::vector< Nodes > &radars)
 

Detailed Description

Nodes - Radar nodes which have crontributed data to composit.

This class represent the Radar nodes

See also
Horizontal_Product_2D | Nodes

Constructor & Destructor Documentation

◆ Nodes() [1/3]

OdimH5v21::Nodes::Nodes ( )

Create an object with values set to "".

◆ Nodes() [2/3]

OdimH5v21::Nodes::Nodes ( const std::string &  radar)

Create an object set to the value passed.

Parameters
[in]radar- string for radar node

◆ Nodes() [3/3]

OdimH5v21::Nodes::Nodes ( const char *  radar)

Create an object set to the value passed.

Parameters
[in]radar- string for radar node

Member Function Documentation

◆ set() [1/2]

void OdimH5v21::Nodes::set ( const std::string &  radar)

Set field.

Parameters
radarstring for radar node

◆ set() [2/2]

void OdimH5v21::Nodes::set ( const char *  radar)

Set field.

Parameters
radarstring for radar node

◆ parseSequence()

std::vector< Nodes > OdimH5v21::Nodes::parseSequence ( const std::string &  str)
static

Create a collection of radar nodes decoding a string.

Parameters
stra string formatted like "'value','value',..."
Exceptions
OdimH5FormatExceptionThrowed when string format is not valid

◆ toString()

std::string OdimH5v21::Nodes::toString ( const std::vector< Nodes > &  radars)
static
Parameters
radarsthe values to convert Convert a collection of radar nodes to a string formated according to OdimH5 specifications

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