0.2.0
Loading...
Searching...
No Matches
SNRMask.hpp File Reference

Signal to Noise Ratio Mask. More...

Go to the source code of this file.

Classes

class  NAV::SNRMask
 Signal to Noise Ratio Mask. More...
 

Functions

void NAV::from_json (const json &j, SNRMask &obj)
 Converts the provided json object into a node object.
 
void NAV::to_json (json &j, const SNRMask &obj)
 Converts the provided object into json.
 

Detailed Description

Signal to Noise Ratio Mask.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2023-12-17

Function Documentation

◆ from_json()

void NAV::from_json ( const json & j,
SNRMask & obj )

Converts the provided json object into a node object.

Parameters
[in]jJson object with the needed values
[out]objObject to fill from the json

◆ to_json()

void NAV::to_json ( json & j,
const SNRMask & obj )

Converts the provided object into json.

Parameters
[out]jJson object which gets filled with the info
[in]objObject to convert into json