Fixposition SDK 0.0.0-heads/main-0-gd0a6ce2
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 512 of file fpa.hpp.

Member Data Documentation

◆ valid

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

Data is valid.

Definition at line 514 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 515 of file fpa.hpp.


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