MagAO-X
Operations Applications Utilities Source
MagAOX::tty::usbDevice Struct Reference

A USB device as a TTY device. More...

#include <usbDevice.hpp>

Collaboration diagram for MagAOX::tty::usbDevice:
Collaboration graph

Public Member Functions

int setupConfig (mx::appConfigurator &config)
 Setup an application configurator for the USB section. More...
 
int loadConfig (mx::appConfigurator &config)
 Load the USB section from an application configurator. More...
 
int getDeviceName ()
 Get the device name from udev using the vendor, product, and serial number. More...
 
int connect ()
 Connect to the device. More...
 

Public Attributes

std::string m_idVendor
 The vendor id 4-digit code. More...
 
std::string m_idProduct
 The product id 4-digit code. More...
 
std::string m_serial
 The serial number. More...
 
speed_t m_speed {0}
 The baud rate specification. More...
 
std::string m_deviceName
 The device path name, e.g. /dev/ttyUSB0. More...
 
int m_fileDescrip {0}
 The file descriptor. More...
 

Detailed Description

A USB device as a TTY device.

Definition at line 25 of file usbDevice.hpp.

Member Function Documentation

◆ connect()

int MagAOX::tty::usbDevice::connect ( )

Connect to the device.

Definition at line 135 of file usbDevice.hpp.

◆ getDeviceName()

int MagAOX::tty::usbDevice::getDeviceName ( )

Get the device name from udev using the vendor, product, and serial number.

Definition at line 130 of file usbDevice.hpp.

Referenced by loadConfig().

◆ loadConfig()

int MagAOX::tty::usbDevice::loadConfig ( mx::appConfigurator &  config)

Load the USB section from an application configurator.

If config does not contain a baud rate, m_speed is unchanged. If m_speed is 0 at the end of this method, an error is returned. Set m_speed prior to calling to avoid this error.

Parameters
[in]configan application configuration from which to load values

Definition at line 64 of file usbDevice.hpp.

◆ setupConfig()

int MagAOX::tty::usbDevice::setupConfig ( mx::appConfigurator &  config)

Setup an application configurator for the USB section.

Parameters
[in]configan application configuration to setup

Definition at line 54 of file usbDevice.hpp.

Member Data Documentation

◆ m_deviceName

std::string MagAOX::tty::usbDevice::m_deviceName

The device path name, e.g. /dev/ttyUSB0.

Definition at line 33 of file usbDevice.hpp.

Referenced by connect(), and getDeviceName().

◆ m_fileDescrip

int MagAOX::tty::usbDevice::m_fileDescrip {0}

The file descriptor.

Definition at line 35 of file usbDevice.hpp.

Referenced by connect().

◆ m_idProduct

std::string MagAOX::tty::usbDevice::m_idProduct

The product id 4-digit code.

Definition at line 28 of file usbDevice.hpp.

Referenced by getDeviceName(), and loadConfig().

◆ m_idVendor

std::string MagAOX::tty::usbDevice::m_idVendor

The vendor id 4-digit code.

Definition at line 27 of file usbDevice.hpp.

Referenced by getDeviceName(), and loadConfig().

◆ m_serial

std::string MagAOX::tty::usbDevice::m_serial

The serial number.

Definition at line 29 of file usbDevice.hpp.

Referenced by getDeviceName(), and loadConfig().

◆ m_speed

speed_t MagAOX::tty::usbDevice::m_speed {0}

The baud rate specification.

Definition at line 31 of file usbDevice.hpp.

Referenced by connect(), and loadConfig().


The documentation for this struct was generated from the following file: