All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <SyscomXmrHeader.h>
Public Member Functions | |
double | countPerVolt (int channel) const |
QDateTime | startTime () const |
SyscomXmrHeader () | |
Public Attributes | |
union { | |
struct { | |
char CH_NAME_X [3] | |
char CH_NAME_Y [3] | |
char CH_NAME_Z [3] | |
char CH_UNIT_X [5] | |
char CH_UNIT_Y [5] | |
char CH_UNIT_Z [5] | |
qint16 INT_OFFSET | |
Time INT_TIME | |
Lsb LSB [3] | |
uchar NB_CHANNEL | |
qint32 NB_SAMPLES | |
char S_NUMBER [5] | |
qint16 SAMPLING | |
char SS_NUMBER [5] | |
qint16 SW_REVISION | |
qint32 SYNC_OFFSET | |
uchar SYNC_OK | |
Time SYNC_TIME | |
char UNUSED1 [8] | |
char UNUSED2 [10] | |
char UNUSED3 [13] | |
char UNUSED4 | |
char UNUSED5 [11] | |
char UNUSED6 [2] | |
char UNUSED7 [140] | |
} field | |
char raw [256] | |
}; |
Brief description of class still missing.
Full description of class still missing
References TRACE.
{ TRACE; ASSERT(sizeof( SyscomXmrHeader)==256); memset(this, 0, 256); }
double GeopsyCore::SyscomXmrHeader::countPerVolt | ( | int | channel | ) | const [inline] |
References GeopsyCore::SyscomHeader::countPerVolt().
{return SyscomHeader::countPerVolt(field.LSB[channel] );}
QDateTime GeopsyCore::SyscomXmrHeader::startTime | ( | ) | const [inline] |
References GeopsyCore::SyscomHeader::startTime().
{return SyscomHeader::startTime(field.SYNC_TIME);}
union { ... } |
struct { ... } GeopsyCore::SyscomXmrHeader::field |
char GeopsyCore::SyscomXmrHeader::raw[256] |
char GeopsyCore::SyscomXmrHeader::UNUSED2[10] |
char GeopsyCore::SyscomXmrHeader::UNUSED3[13] |
char GeopsyCore::SyscomXmrHeader::UNUSED5[11] |
char GeopsyCore::SyscomXmrHeader::UNUSED7[140] |