Blame |
Last modification |
View Log
| RSS feed
//==============================================================================
//
// Title: icfa.h
// Purpose: A short description of the interface.
//
// Created on: 11/25/2017 at 11:40:55 AM by rok.
// Copyright: . All Rights Reserved.
//
//==============================================================================
#ifndef __icfa_H__
#define __icfa_H__
#include "minirich.h"
#include <stdint.h>
extern int p6h;
int CVICALLBACK daq_icfa(void *functionData);
int icfa_Init();
int icfa_Event(uint32_t *d, int mode);
int icfa_Draw();
int icfa_Histo();
#endif /* ndef __icfa_H__ */