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 [1/2]
qint32 dataElement::scale { 0 } |
Field scale.
The final field value = raw_value * scale
Definition at line 24 of file binfilehelper.h.
◆ scale [2/2]
◆ size [1/2]
qint8 dataElement::size { 0 } |
◆ size [2/2]
◆ type [1/2]
quint8 dataElement::type { 0 } |
Definition at line 23 of file binfilehelper.h.
◆ type [2/2]
The documentation for this struct was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.