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::FpaFloat6 Struct Reference

FP_A six float values. More...

#include <fpa.hpp>

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

Public Attributes

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

Detailed Description

FP_A six float values.

Definition at line 503 of file fpa.hpp.

Member Data Documentation

◆ valid

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

Data is valid.

Definition at line 505 of file fpa.hpp.

◆ values

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

Values.

Definition at line 506 of file fpa.hpp.


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