SIMULINK_ADC
1.0
Приём данных от АЦП
|
#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 |
ULONG g_AdcDrqFlag |
Definition at line 15 of file adc_ctrl_data.cpp.
Referenced by AdcSettings(), DaqIntoFifoDMA(), and DirWriteIntoFile().
BRDCHAR g_AdcSrvName[256] |
Definition at line 20 of file adc_ctrl_data.cpp.
Referenced by MappingIsviParams().
unsigned __int64 g_bBufSize |
Definition at line 23 of file adc_ctrl_data.cpp.
Referenced by AdcSettings(), and DaqIntoFifoDMA().
ULONG g_Cycle |
Definition at line 21 of file adc_ctrl_data.cpp.
Referenced by MappingIsviParams().
U32 g_DelayCnt |
BRDCHAR g_dirFileName[256] |
Definition at line 26 of file adc_ctrl_data.cpp.
Referenced by DirWriteIntoFile().
int g_DirWriteFile |
Definition at line 24 of file adc_ctrl_data.cpp.
Referenced by AdcSettings().
ULONG g_FileBufSize |
Definition at line 25 of file adc_ctrl_data.cpp.
Referenced by AdcSettings().
int g_fileMap |
Definition at line 12 of file adc_ctrl_data.cpp.
Referenced by AdcSettings(), AllocDaqBuf(), and FreeDaqBuf().
BRD_Handle g_hSRV |
Definition at line 13 of file adc_ctrl_data.cpp.
Referenced by DirectFile().
int g_IoDelay |
Definition at line 18 of file adc_ctrl_data.cpp.
Referenced by AdcSettings().
ULONG g_MemAsFifo |
Definition at line 14 of file adc_ctrl_data.cpp.
Referenced by DaqIntoFifo(), DaqIntoFifoDMA(), and DirWriteIntoFile().
ULONG g_MemDrqFlag |
Definition at line 16 of file adc_ctrl_data.cpp.
Referenced by AdcSettings(), DaqIntoFifoDMA(), and DirWriteIntoFile().
long long g_nPostTrigSamples |
Definition at line 30 of file adc_ctrl_data.cpp.
Referenced by AdcSettings().
int g_PretrigMode |
Definition at line 29 of file adc_ctrl_data.cpp.
Referenced by AdcSettings().
unsigned __int64 g_samplesOfChannel |
Definition at line 22 of file adc_ctrl_data.cpp.
Referenced by AdcSettings().
double g_samplRate |
Definition at line 17 of file adc_ctrl_data.cpp.
Referenced by AdcSettings(), and MappingIsviParams().
int g_transRate |
Definition at line 28 of file adc_ctrl_data.cpp.
Referenced by DaqIntoFifoDMA().