REVLib - C++
rev::detail::CANScanIdentifier Struct Reference

#include <CANDeviceScanner.h>

Public Member Functions

 CANScanIdentifier (uint32_t arbid, std::string name, uint32_t uniqueId=0)
 
std::string Name ()
 

Public Attributes

frc_deviceType_t deviceTypeId
 
frc_manufacturer_t manufacturerId
 
uint16_t canId
 
uint32_t uniqueId
 
std::string name
 

Constructor & Destructor Documentation

◆ CANScanIdentifier()

rev::detail::CANScanIdentifier::CANScanIdentifier ( uint32_t  arbid,
std::string  name,
uint32_t  uniqueId = 0 
)
inline

Member Function Documentation

◆ Name()

std::string rev::detail::CANScanIdentifier::Name ( )
inline

Member Data Documentation

◆ deviceTypeId

frc_deviceType_t rev::detail::CANScanIdentifier::deviceTypeId

◆ manufacturerId

frc_manufacturer_t rev::detail::CANScanIdentifier::manufacturerId

◆ canId

uint16_t rev::detail::CANScanIdentifier::canId

◆ uniqueId

uint32_t rev::detail::CANScanIdentifier::uniqueId

◆ name

std::string rev::detail::CANScanIdentifier::name

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