Kstars
dataElement Struct Reference
#include <binfilehelper.h>
Public Attributes | |
char | name [10] = "" |
qint32 | scale { 0 } |
int32_t | scale |
qint8 | size { 0 } |
int8_t | size |
quint8 | type { 0 } |
u_int8_t | type |
Detailed Description
A structure describing a data field in the binary file.
Its size is 16 bytes.
Definition at line 19 of file binfilehelper.h.
Member Data Documentation
◆ name
char dataElement::name = "" |
◆ scale
qint32 dataElement::scale { 0 } |
Field scale.
The final field value = raw_value * scale
Definition at line 24 of file binfilehelper.h.
◆ size
qint8 dataElement::size { 0 } |
The documentation for this struct was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Nov 30 2023 04:05:16 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Nov 30 2023 04:05:16 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.