Struct caer_dynapse_info

Struct Documentation

struct caer_dynapse_info

Dynap-se device-related information.

Public Members

int16_t deviceID

Unique device identifier. Also ‘source’ for events.

char deviceSerialNumber[8 + 1]

Device serial number.

uint8_t deviceUSBBusNumber

Device USB bus number.

uint8_t deviceUSBDeviceAddress

Device USB device address.

char *deviceString

Device information string, for logging purposes. If not NULL, pointed-to memory is only valid while the corresponding device is open! After calling deviceClose() this is invalid memory!

int16_t logicVersion

Logic (FPGA/CPLD) version.

bool deviceIsMaster

Whether the device is a time-stamp master or slave.

int16_t logicClock

Clock in MHz for main logic (FPGA/CPLD).

int16_t chipID

Chip identifier/type.

bool aerHasStatistics

Feature test: AER (spikes) statistics support.

bool muxHasStatistics

Feature test: Multiplexer statistics support (event drops).