CTRE Phoenix 6 C++ 25.0.0-beta-4
Loading...
Searching...
No Matches
CommonTalonWithFOC.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
15
16
17namespace ctre {
18namespace phoenix6 {
19namespace hardware {
20namespace traits {
21
22/**
23 * Contains everything common between Talon motor controllers that support FOC
24 * (requires Phoenix Pro).
25 */
27{
28public:
29 virtual ~CommonTalonWithFOC() = default;
30
31
32
33
34};
35
36}
37}
38}
39}
40
Contains everything common between Talon motor controllers.
Definition CommonTalon.hpp:25
Contains everything common between Talon motor controllers that support FOC (requires Phoenix Pro).
Definition CommonTalonWithFOC.hpp:27
Requires Phoenix Pro; Contains all FOC-exclusive control functions available for devices that support...
Definition SupportsFOC.hpp:39
Contains all control functions available for motors that support playing music.
Definition SupportsMusic.hpp:25
Definition StatusCodes.h:18