SIMULINK_ADC  1.0
Приём данных от АЦП
Variables
adc_ctrl_data.cpp File Reference
#include "adc_ctrl.h"

Go to the source code of this file.

Variables

U32 g_DelayCnt
 
int g_fileMap
 
BRD_Handle g_hSRV
 
ULONG g_MemAsFifo
 
ULONG g_AdcDrqFlag
 
ULONG g_MemDrqFlag
 
double g_samplRate
 
int g_IoDelay
 
BRDCHAR g_AdcSrvName [256]
 
ULONG g_Cycle
 
unsigned __int64 g_samplesOfChannel
 
unsigned __int64 g_bBufSize
 
int g_DirWriteFile
 
ULONG g_FileBufSize
 
BRDCHAR g_dirFileName [256]
 
int g_transRate
 
int g_PretrigMode
 
long long g_nPostTrigSamples
 

Variable Documentation

◆ g_AdcDrqFlag

ULONG g_AdcDrqFlag

Definition at line 15 of file adc_ctrl_data.cpp.

Referenced by AdcSettings(), DaqIntoFifoDMA(), and DirWriteIntoFile().

◆ g_AdcSrvName

BRDCHAR g_AdcSrvName[256]

Definition at line 20 of file adc_ctrl_data.cpp.

Referenced by MappingIsviParams().

◆ g_bBufSize

unsigned __int64 g_bBufSize

Definition at line 23 of file adc_ctrl_data.cpp.

Referenced by AdcSettings(), and DaqIntoFifoDMA().

◆ g_Cycle

ULONG g_Cycle

Definition at line 21 of file adc_ctrl_data.cpp.

Referenced by MappingIsviParams().

◆ g_DelayCnt

U32 g_DelayCnt

◆ g_dirFileName

BRDCHAR g_dirFileName[256]

Definition at line 26 of file adc_ctrl_data.cpp.

Referenced by DirWriteIntoFile().

◆ g_DirWriteFile

int g_DirWriteFile

Definition at line 24 of file adc_ctrl_data.cpp.

Referenced by AdcSettings().

◆ g_FileBufSize

ULONG g_FileBufSize

Definition at line 25 of file adc_ctrl_data.cpp.

Referenced by AdcSettings().

◆ g_fileMap

int g_fileMap

Definition at line 12 of file adc_ctrl_data.cpp.

Referenced by AdcSettings(), AllocDaqBuf(), and FreeDaqBuf().

◆ g_hSRV

BRD_Handle g_hSRV

Definition at line 13 of file adc_ctrl_data.cpp.

Referenced by DirectFile().

◆ g_IoDelay

int g_IoDelay

Definition at line 18 of file adc_ctrl_data.cpp.

Referenced by AdcSettings().

◆ g_MemAsFifo

ULONG g_MemAsFifo

Definition at line 14 of file adc_ctrl_data.cpp.

Referenced by DaqIntoFifo(), DaqIntoFifoDMA(), and DirWriteIntoFile().

◆ g_MemDrqFlag

ULONG g_MemDrqFlag

Definition at line 16 of file adc_ctrl_data.cpp.

Referenced by AdcSettings(), DaqIntoFifoDMA(), and DirWriteIntoFile().

◆ g_nPostTrigSamples

long long g_nPostTrigSamples

Definition at line 30 of file adc_ctrl_data.cpp.

Referenced by AdcSettings().

◆ g_PretrigMode

int g_PretrigMode

Definition at line 29 of file adc_ctrl_data.cpp.

Referenced by AdcSettings().

◆ g_samplesOfChannel

unsigned __int64 g_samplesOfChannel

Definition at line 22 of file adc_ctrl_data.cpp.

Referenced by AdcSettings().

◆ g_samplRate

double g_samplRate

Definition at line 17 of file adc_ctrl_data.cpp.

Referenced by AdcSettings(), and MappingIsviParams().

◆ g_transRate

int g_transRate

Definition at line 28 of file adc_ctrl_data.cpp.

Referenced by DaqIntoFifoDMA().