Single Point Positioning Algorithm.
More...
Go to the source code of this file.
Single Point Positioning Algorithm.
- Author
- T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
- Date
- 2023-12-20
◆ from_json()
Converts the provided json object into a node object.
- Parameters
-
[in] | j | Json object with the needed values |
[out] | obj | Object to fill from the json |
◆ operator<<() [1/2]
Stream insertion operator overload.
- Parameters
-
[in,out] | os | Output stream object to stream the time into |
[in] | obj | Object to print |
- Returns
- Returns the output stream object in order to chain stream insertions
◆ operator<<() [2/2]
Stream insertion operator overload.
- Parameters
-
[in,out] | os | Output stream object to stream the time into |
[in] | obj | Object to print |
- Returns
- Returns the output stream object in order to chain stream insertions
◆ to_json()
Converts the provided object into json.
- Parameters
-
[out] | j | Json object which gets filled with the info |
[in] | obj | Object to convert into json |
◆ to_string() [1/2]
Converts the enum to a string.
- Parameters
-
[in] | estimatorType | Enum value to convert into text |
- Returns
- String representation of the enum
◆ to_string() [2/2]
Converts the enum to a string.
- Parameters
-
[in] | receiver | Enum value to convert into text |
- Returns
- String representation of the enum