Structure TMSiFileHeaderType

TMSi Data Acquisition SDK

 
TMS International BV

TMSiFileHeaderType

typedef struct TMSiTDFHeader
{
unsigned int NumberOfSamp;
SYSTEMTIME StartRecTime;
SYSTEMTIME EndRecTime;
unsigned int FrontEndSN;
unsigned int FrontEndAdpSN;
unsigned short FrontEndHWVer;
unsigned short FrontEndSWVer;
unsigned short FrontEndAdpHWVer;
unsigned short FrontEndAdpSWVer;
unsigned short ADCSampleRate;
char PatientID[MAX_PATIENTID_LENGTH];
char UserString1[MAX_USERSTRING_LENGTH];
} TMSiFileHeaderType;

Members

    NumberOfSamples

The number of samples stored in this file

    StartRecTime

The Start time of the recording of this file

    StopRecTime

The Stop time of the recording of this file

    FrontendSN

The serial number of the device for which the recording configuration is to be used. After recording this field contains the complete serial number of the device which was used to do the recording

    FrontendAdpSN

The serial number of the adapter for which the recording configuration is to be used. After recording this field contains the complete serial number of the adapter which was used to do the recording

    FrontendHWVers

The hardware version number of the device on which the file is recorded

    FrontendSWVers

The firmware version number of the device on which the file is recorded

    FrontendAdpHWVers

The hardware version number of the adapter that was connected to the device on which the file is recorded

    FrontendAdpSWVers

The firmware version number of the adapter that was connected to the device on which the file is recorded

    ADCSampleRate

This integer value contains the sample rate used during recording

    PatientId

This is an area that can be used to store patient information. The string is 64 bytes long

    UserString1

This is an area that can be used by the initialization/export application to store information about the application name or version etc. The string is 64 bytes long

 

Include

TMSiSDK.H

Also see

SetRecordingConfiguration, GetRecordingConfiguration