Struct caer_edvs_info

Struct Documentation

struct caer_edvs_info

EDVS device-related information.

Public Members

int16_t deviceID

Unique device identifier. Also ‘source’ for events.

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!

bool deviceIsMaster

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

int16_t dvsSizeX

DVS X axis resolution.

int16_t dvsSizeY

DVS Y axis resolution.

char serialPortName[64]

Connected serial port name (OS-specific).

uint32_t serialBaudRate

Serial connection baud-rate.