CTRE Phoenix 6 C++ 25.0.0-beta-4
Loading...
Searching...
No Matches
CommonTalon.hpp
Go to the documentation of this file.
1/*
2 * Copyright (C) Cross The Road Electronics.  All rights reserved.
3 * License information can be found in CTRE_LICENSE.txt
4 * For support and suggestions contact support@ctr-electronics.com or file
5 * an issue tracker at https://github.com/CrossTheRoadElec/Phoenix-Releases
6 */
7#pragma once
8
14
15
16namespace ctre {
17namespace phoenix6 {
18namespace hardware {
19namespace traits {
20
21/**
22 * Contains everything common between Talon motor controllers.
23 */
25{
26public:
27 virtual ~CommonTalon() = default;
28
29
30
31
32};
33
34}
35}
36}
37}
38
Contains everything common between Talon motor controllers.
Definition CommonTalon.hpp:25
Contains all control functions available for devices that support Talon controls.
Definition HasTalonControls.hpp:69
Contains all status signals available for devices that support Talon signals.
Definition HasTalonSignals.hpp:31
Definition StatusCodes.h:18