Skip to content
Snippets Groups Projects
Commit 04c37519 authored by Berk Silemek's avatar Berk Silemek
Browse files

Update Console/Receiver/Spectrum Instrumentation m4i.4451/m4iset_extrig_rms.c

parent 5efcd9a2
Branches
No related tags found
No related merge requests found
......@@ -5,11 +5,19 @@
#include <stdio.h>
/**
* Set m4i receiver card
*
* @param *pvData 16-bit data pointer for the received data
* @param *lMemsize 32-bit memory length for the received data
* @param *posttr 32-bit post trigger pointer to adjust the time window of the ADC. Please see manufacturer’s documentation for more about post trigger.
* @Return void
*/
void m4iset_(int16 *pvData, int32 *lMemsize, int32 *posttr)
{
drv_handle hDrv;
char szErrorText[ERRORTEXTLEN];
drv_handle hDrv; // Receiver device
char szErrorText[ERRORTEXTLEN]; // Error buffer
//Card specific parameters
int32 lCardType;
int32 allchan;
int32 ausgabe;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment