CTRE_Phoenix 5.20.2
CANCoderSimCollection.h
1#pragma once
2
3#include "ctre/phoenix/ErrorCode.h"
4#include "ctre/phoenix/cci/Platform_CCI.h"
5
6/* forward proto's */
7namespace ctre {
8 namespace phoenix {
9 namespace sensors {
10 class CANCoder;
11 }
12 }
13}
14
15namespace ctre {
16 namespace phoenix {
17 namespace sensors {
24 public:
31
43
64
73
82
83 private:
84 int _id;
85 ctre::phoenix::platform::DeviceType _type;
86 };
87 }
88 }
89}
Definition: CANCoder.h:169
Definition: CANCoderSimCollection.h:23
CANCoderSimCollection(ctre::phoenix::sensors::CANCoder &canCoder)
ErrorCode
Definition: ErrorCode.h:12
Definition: ErrorCode.h:5