All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <SyscomSVmrxHeader.h>
Public Member Functions | |
| double | countPerVolt (int channel) const |
| QDateTime | startTime () const |
| SyscomSVmrxHeader () | |
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] | |
| uchar CHECK_SUM | |
| char ENGG_MODE | |
| qint16 INT_OFFSET | |
| Time INT_TIME | |
| Lsb LSB [3] | |
| uchar NB_CHANNEL | |
| qint32 NB_SAMPLES | |
| char REC_NAME [7] | |
| char S_NUMBER [5] | |
| qint16 SAMPLING | |
| char SS_NUMBER [5] | |
| uchar SW_REVISION | |
| qint32 SYNC_OFFSET | |
| uchar SYNC_OK | |
| Time SYNC_TIME | |
| char UNUSED1 [6] | |
| char UNUSED2 [12] | |
| char UNUSED3 [13] | |
| char UNUSED4 [18] | |
| char UNUSED5 [9] | |
| char UNUSED6 [15] | |
| char UNUSED7 [99] | |
| char UNUSED8 [5] | |
| } field | |
| char raw [256] | |
| }; | |
Brief description of class still missing.
Full description of class still missing
References TRACE.
{
TRACE;
ASSERT(sizeof( SyscomSVmrxHeader)==256);
memset(this, 0, 256);
}
| double GeopsyCore::SyscomSVmrxHeader::countPerVolt | ( | int | channel | ) | const [inline] |
References GeopsyCore::SyscomHeader::countPerVolt().
{return SyscomHeader::countPerVolt(field.LSB[channel] );}
| QDateTime GeopsyCore::SyscomSVmrxHeader::startTime | ( | ) | const [inline] |
References GeopsyCore::SyscomHeader::startTime().
{return SyscomHeader::startTime(field.SYNC_TIME);}
| union { ... } |
| struct { ... } GeopsyCore::SyscomSVmrxHeader::field |
| char GeopsyCore::SyscomSVmrxHeader::raw[256] |