2022-Robot
Robot code for 2022 FRC Season by Argos, FRC team #1756
Loading...
Searching...
No Matches
argos_lib::CANAddress Struct Reference

#include <config_types.h>

Public Member Functions

 CANAddress ()=delete
 
constexpr CANAddress (int address, const std::string_view &busName="rio")
 

Public Attributes

int address
 
std::string_view busName
 

Constructor & Destructor Documentation

◆ CANAddress() [1/2]

argos_lib::CANAddress::CANAddress ( )
delete

◆ CANAddress() [2/2]

constexpr argos_lib::CANAddress::CANAddress ( int  address,
const std::string_view &  busName = "rio" 
)
inlineconstexpr

Member Data Documentation

◆ address

int argos_lib::CANAddress::address

◆ busName

std::string_view argos_lib::CANAddress::busName

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