Nodes - Radar nodes which have crontributed data to composit.
More...
#include <radarlib/odimh5v20_support.hpp>
|
| | Nodes () |
| | Create an object with values set to "".
|
| | Nodes (const std::string &radar) |
| | Create an object set to the value passed.
|
| | Nodes (const char *radar) |
| | Create an object set to the value passed.
|
| void | set (const std::string &radar) |
| | Set field.
|
| void | set (const char *radar) |
| | Set field.
|
|
| static std::vector< Nodes > | parseSequence (const std::string &str) |
| | Create a collection of radar nodes decoding a string.
|
| static std::string | toString (const std::vector< Nodes > &radars) |
Nodes - Radar nodes which have crontributed data to composit.
This class represent the Radar nodes
- See also
- Horizontal_Product_2D | Nodes
◆ Nodes() [1/3]
| OdimH5v20::Nodes::Nodes |
( |
| ) |
|
Create an object with values set to "".
◆ Nodes() [2/3]
| OdimH5v20::Nodes::Nodes |
( |
const std::string & | radar | ) |
|
Create an object set to the value passed.
- Parameters
-
| [in] | radar | - string for radar node |
◆ Nodes() [3/3]
| OdimH5v20::Nodes::Nodes |
( |
const char * | radar | ) |
|
Create an object set to the value passed.
- Parameters
-
| [in] | radar | - string for radar node |
◆ set() [1/2]
| void OdimH5v20::Nodes::set |
( |
const std::string & | radar | ) |
|
Set field.
- Parameters
-
| radar | string for radar node |
◆ set() [2/2]
| void OdimH5v20::Nodes::set |
( |
const char * | radar | ) |
|
Set field.
- Parameters
-
| radar | string for radar node |
◆ parseSequence()
| std::vector< Nodes > OdimH5v20::Nodes::parseSequence |
( |
const std::string & | str | ) |
|
|
static |
Create a collection of radar nodes decoding a string.
- Parameters
-
| str | a string formatted like "'value','value',..." |
- Exceptions
-
◆ toString()
| std::string OdimH5v20::Nodes::toString |
( |
const std::vector< Nodes > & | radars | ) |
|
|
static |
- Parameters
-
| radars | the 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: