All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions | Public Attributes
GeopsyCore::SyscomSVmrxHeader Class Reference

Brief description of class still missing. More...

#include <SyscomSVmrxHeader.h>

Inheritance diagram for GeopsyCore::SyscomSVmrxHeader:
GeopsyCore::SyscomHeader

List of all members.

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]
}; 

Detailed Description

Brief description of class still missing.

Full description of class still missing


Constructor & Destructor Documentation

References TRACE.

{
  TRACE;
  ASSERT(sizeof( SyscomSVmrxHeader)==256);
  memset(this, 0, 256);
}

Member Function Documentation

double GeopsyCore::SyscomSVmrxHeader::countPerVolt ( int  channel) const [inline]
QDateTime GeopsyCore::SyscomSVmrxHeader::startTime ( ) const [inline]

Member Data Documentation

union { ... }

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines