CTRE_Phoenix 5.20.2
VictorSPXSimCollection.h
1#pragma once
2
3#include "ctre/phoenix/ErrorCode.h"
4
5/* forward proto's */
6namespace ctre {
7 namespace phoenix {
8 namespace motorcontrol {
9 namespace can {
10 class BaseMotorController;
11 }
12 }
13 }
14}
15
16namespace ctre {
17 namespace phoenix {
18 namespace motorcontrol {
19
26 public:
32
41
48
60
61 private:
62 int _id;
63
64 };
65
66 } // namespace motorcontrol
67 } // namespace phoenix
68} // namespace ctre
Definition: VictorSPXSimCollection.h:25
VictorSPXSimCollection(ctre::phoenix::motorcontrol::can::BaseMotorController &motorController)
Definition: BaseMotorController.h:577
ErrorCode
Definition: ErrorCode.h:12
Definition: ErrorCode.h:5