Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches
intanlib.h File Reference

Reads Intan Technologies CLAMP data file generated by controller GUI. More...

#include <boost/cstdint.hpp>
#include "./../stfio.h"
Include dependency graph for intanlib.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Segment
struct  VoltageClampSettings
struct  CurrentClampSettings
struct  HeaderSettings
struct  Calibration
struct  ChannelHeader
struct  ChipHeader
struct  IntanHeader

Namespaces

namespace  stfio
 The stfio namespace.

Functions

void stfio::importIntanFile (const std::string &fName, Recording &ReturnData, ProgressInfo &progDlg)
 Open an Intan file and store its contents to a Recording object.

Variables

static const int MAX_REGISTERS = 14
static const uint32_t MAGIC_NUMBER = 0xf3b1a481

Detailed Description

Reads Intan Technologies CLAMP data file generated by controller GUI.

Author
Christoph Schmidt-Hieber
Date
2017-03-11

Definition in file intanlib.h.

Variable Documentation

◆ MAGIC_NUMBER

const uint32_t MAGIC_NUMBER = 0xf3b1a481
static

Definition at line 59 of file intanlib.h.

◆ MAX_REGISTERS

const int MAX_REGISTERS = 14
static

Definition at line 58 of file intanlib.h.