Fixposition SDK 0.0.0-heads/main-0-g90a51ff
Collection of c++ libraries and apps for use with Fixposition products
Loading...
Searching...
No Matches
fpsdk::common::parser::fpa::FpaFloat3 Struct Reference

FP_A three float values. More...

#include <fpa.hpp>

Collaboration diagram for fpsdk::common::parser::fpa::FpaFloat3:

Public Attributes

bool valid = false
 Data is valid.
 
std::array< double, 3 > values = { { 0.0, 0.0, 0.0 } }
 Values.
 

Detailed Description

FP_A three float values.

Definition at line 485 of file fpa.hpp.

Member Data Documentation

◆ valid

bool fpsdk::common::parser::fpa::FpaFloat3::valid = false

Data is valid.

Definition at line 487 of file fpa.hpp.

◆ values

std::array<double, 3> fpsdk::common::parser::fpa::FpaFloat3::values = { { 0.0, 0.0, 0.0 } }

Values.

Definition at line 488 of file fpa.hpp.


The documentation for this struct was generated from the following file: