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 = ""

Field name (eg.

RA)

Definition at line 21 of file binfilehelper.h.

◆ 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]

int32_t dataElement::scale

Definition at line 64 of file binfile.h.

◆ size [1/2]

qint8 dataElement::size { 0 }

Field size in bytes (eg.

4)

Definition at line 22 of file binfilehelper.h.

◆ size [2/2]

int8_t dataElement::size

Definition at line 62 of file binfile.h.

◆ type [1/2]

quint8 dataElement::type { 0 }

Definition at line 23 of file binfilehelper.h.

◆ type [2/2]

u_int8_t dataElement::type

Definition at line 63 of file binfile.h.


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 Tue Mar 26 2024 11:19:04 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.