device/MiniscopeDeviceCapabilities.h File Reference

Device capabilities specification. This file is shared by miniscope and device dll projects. More...


Classes

struct  S_SCOPE_CAPABILITIES
 Device capabilities structure. More...
struct  S_SCOPE_SETTINGS
 Device settings structure. More...

Enumerations

enum  E_TRIGGER_TYPE { TRIGGER_MANUAL = 0, TRIGGER_SLOPE_UP, TRIGGER_SLOPE_DOWN, TRIGGER_CONTINUOUS }
 Supported triggering modes. More...
enum  E_ACQUISITION_MODE { ACQUISITION_1SHOT = 0, ACQUISITION_CONTINUOUS }
enum  E_COUPLING_TYPE { COUPLING_GND = 0, COUPLING_DC, COUPLING_AC }
 Supported input coupling modes. More...


Detailed Description

Device capabilities specification. This file is shared by miniscope and device dll projects.


Enumeration Type Documentation

Enumerator:
ACQUISITION_1SHOT  stop after acquiring first data buffer
ACQUISITION_CONTINUOUS  allow continuous triggering

Supported input coupling modes.

Enumerator:
COUPLING_GND  input tied to ground
COUPLING_DC  direct current coupling
COUPLING_AC  DC path blocked.

Supported triggering modes.

Enumerator:
TRIGGER_MANUAL  "manual" trigger per request
TRIGGER_SLOPE_UP  raising slope
TRIGGER_SLOPE_DOWN  falling slope
TRIGGER_CONTINUOUS  non-stop trigger (or no trigger at all)


Generated on Wed May 15 22:42:22 2013 for miniscope v3 by  doxygen 1.5.9
Tomasz Ostrowski