REVLib - C++
ServoHubLowLevel.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024-2025 REV Robotics
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are met:
6 *
7 * 1. Redistributions of source code must retain the above copyright notice,
8 * this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
11 * documentation and/or other materials provided with the distribution.
12 * 3. Neither the name of REV Robotics nor the names of its
13 * contributors may be used to endorse or promote products derived from
14 * this software without specific prior written permission.
15 *
16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
20 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 * POSSIBILITY OF SUCH DAMAGE.
27 */
28
29#pragma once
30
31#include <stdint.h>
32
33#include <string>
34
35#include "rev/REVLibError.h"
36
37namespace rev::servohub {
38
40 // friend class ServoChannelSim;
42
43public:
47 virtual ~ServoHubLowLevel();
48
54 int GetBusId() const;
55
61 int GetDeviceId() const;
62
64 uint8_t firmwareFix;
66 uint8_t firmwareYear;
69 };
76
82 std::string GetFirmwareVersionString() const;
83
97 void SetPeriodicFrameTimeout(int timeout_ms);
98
105 REVLibError SetCANTimeout(int timeout_ms);
106
121 void SetCANMaxRetries(int numRetries);
122
129 void SetControlFramePeriodMs(int period_ms);
130
136 int GetControlFramePeriodMs() const;
137
138 enum class CommunicationMode { kNone = 0, kCAN = 1, kRS_485 = 2 };
139
141 double voltage;
147 uint64_t timestamp;
148 };
150
178 uint64_t timestamp;
179 };
181
192 uint64_t timestamp;
193 };
195
206 uint64_t timestamp;
207 };
209
217 uint64_t timestamp;
218 };
220
225
226protected:
227 ServoHubLowLevel(int busID, int deviceID);
228
229 // The type is void* because we don't want to expose c_ServoHub_handle to
230 // the consumers of this header file
231 void* m_servoHubHandle{nullptr};
232
233private:
234 int m_busID;
235 int m_deviceID;
236};
237
238} // namespace rev::servohub
Definition: ServoHubLowLevel.h:39
ServoHubLowLevel(int busID, int deviceID)
Definition: ServoHubLowLevel.cpp:40
void SetControlFramePeriodMs(int period_ms)
Definition: ServoHubLowLevel.cpp:107
std::string GetFirmwareVersionString() const
Definition: ServoHubLowLevel.cpp:83
CommunicationMode
Definition: ServoHubLowLevel.h:138
void SetCANMaxRetries(int numRetries)
Definition: ServoHubLowLevel.cpp:102
int GetDeviceId() const
Definition: ServoHubLowLevel.cpp:71
PeriodicStatus0 GetPeriodicStatus0() const
Definition: ServoHubLowLevel.cpp:116
virtual ~ServoHubLowLevel()
Definition: ServoHubLowLevel.cpp:65
REVLibError SetCANTimeout(int timeout_ms)
Definition: ServoHubLowLevel.cpp:96
PeriodicStatus4 GetPeriodicStatus4() const
Definition: ServoHubLowLevel.cpp:219
PeriodicStatus2 GetPeriodicStatus2() const
Definition: ServoHubLowLevel.cpp:179
PeriodicStatus3 GetPeriodicStatus3() const
Definition: ServoHubLowLevel.cpp:199
PeriodicStatus1 GetPeriodicStatus1() const
Definition: ServoHubLowLevel.cpp:134
FirmwareVersion GetFirmwareVersion() const
Definition: ServoHubLowLevel.cpp:73
int GetBusId() const
Definition: ServoHubLowLevel.cpp:69
int GetControlFramePeriodMs() const
Definition: ServoHubLowLevel.cpp:111
void SetPeriodicFrameTimeout(int timeout_ms)
Definition: ServoHubLowLevel.cpp:91
void CreateSimFaultManager()
Definition: ServoHubLowLevel.cpp:236
void * m_servoHubHandle
Definition: ServoHubLowLevel.h:231
Definition: ServoHubSimFaultManager.h:40
Definition: ServoChannelConfig.h:34
REVLibError
Definition: REVLibError.h:33
Definition: ServoHubLowLevel.h:63
uint8_t firmwareFix
Definition: ServoHubLowLevel.h:64
uint8_t firmwareYear
Definition: ServoHubLowLevel.h:66
uint8_t hardwareMajor
Definition: ServoHubLowLevel.h:68
uint8_t firmwareMinor
Definition: ServoHubLowLevel.h:65
uint8_t hardwareMinor
Definition: ServoHubLowLevel.h:67
Definition: ServoHubLowLevel.h:140
uint64_t timestamp
Definition: ServoHubLowLevel.h:147
bool primaryHeartbeatLock
Definition: ServoHubLowLevel.h:144
double deviceCurrent
Definition: ServoHubLowLevel.h:143
double voltage
Definition: ServoHubLowLevel.h:141
CommunicationMode communicationMode
Definition: ServoHubLowLevel.h:146
double servoVoltage
Definition: ServoHubLowLevel.h:142
bool systemEnabled
Definition: ServoHubLowLevel.h:145
Definition: ServoHubLowLevel.h:151
bool stickyChannel3Overcurrent
Definition: ServoHubLowLevel.h:175
bool stickyBrownout
Definition: ServoHubLowLevel.h:166
bool regulatorPowerGoodFault
Definition: ServoHubLowLevel.h:152
bool channel5Overcurrent
Definition: ServoHubLowLevel.h:164
bool brownout
Definition: ServoHubLowLevel.h:153
bool stickyCanBusOff
Definition: ServoHubLowLevel.h:168
bool hardwareFault
Definition: ServoHubLowLevel.h:156
bool stickyRegulatorPowerGoodFault
Definition: ServoHubLowLevel.h:165
bool stickyCanWarning
Definition: ServoHubLowLevel.h:167
bool stickyChannel4Overcurrent
Definition: ServoHubLowLevel.h:176
bool stickyChannel1Overcurrent
Definition: ServoHubLowLevel.h:173
bool stickyHasReset
Definition: ServoHubLowLevel.h:171
bool channel3Overcurrent
Definition: ServoHubLowLevel.h:162
bool channel2Overcurrent
Definition: ServoHubLowLevel.h:161
bool stickyChannel2Overcurrent
Definition: ServoHubLowLevel.h:174
bool channel0Overcurrent
Definition: ServoHubLowLevel.h:159
bool channel4Overcurrent
Definition: ServoHubLowLevel.h:163
bool canBusOff
Definition: ServoHubLowLevel.h:155
bool stickyChannel5Overcurrent
Definition: ServoHubLowLevel.h:177
uint64_t timestamp
Definition: ServoHubLowLevel.h:178
bool channel1Overcurrent
Definition: ServoHubLowLevel.h:160
bool canWarning
Definition: ServoHubLowLevel.h:154
bool stickyFirmwareFault
Definition: ServoHubLowLevel.h:170
bool hasReset
Definition: ServoHubLowLevel.h:158
bool stickyHardwareFault
Definition: ServoHubLowLevel.h:169
bool stickyChannel0Overcurrent
Definition: ServoHubLowLevel.h:172
bool firmwareFault
Definition: ServoHubLowLevel.h:157
Definition: ServoHubLowLevel.h:182
uint16_t channel2PulseWidth
Definition: ServoHubLowLevel.h:185
bool channel2OutOfRange
Definition: ServoHubLowLevel.h:191
bool channel1Enabled
Definition: ServoHubLowLevel.h:187
uint16_t channel1PulseWidth
Definition: ServoHubLowLevel.h:184
bool channel2Enabled
Definition: ServoHubLowLevel.h:188
uint16_t channel0PulseWidth
Definition: ServoHubLowLevel.h:183
bool channel0OutOfRange
Definition: ServoHubLowLevel.h:189
bool channel1OutOfRange
Definition: ServoHubLowLevel.h:190
uint64_t timestamp
Definition: ServoHubLowLevel.h:192
bool channel0Enabled
Definition: ServoHubLowLevel.h:186
Definition: ServoHubLowLevel.h:196
bool channel3OutOfRange
Definition: ServoHubLowLevel.h:203
uint16_t channel5PulseWidth
Definition: ServoHubLowLevel.h:199
bool channel5Enabled
Definition: ServoHubLowLevel.h:202
uint16_t channel3PulseWidth
Definition: ServoHubLowLevel.h:197
bool channel5OutOfRange
Definition: ServoHubLowLevel.h:205
bool channel4OutOfRange
Definition: ServoHubLowLevel.h:204
bool channel4Enabled
Definition: ServoHubLowLevel.h:201
uint16_t channel4PulseWidth
Definition: ServoHubLowLevel.h:198
uint64_t timestamp
Definition: ServoHubLowLevel.h:206
bool channel3Enabled
Definition: ServoHubLowLevel.h:200
Definition: ServoHubLowLevel.h:210
double channel0Current
Definition: ServoHubLowLevel.h:211
double channel5Current
Definition: ServoHubLowLevel.h:216
uint64_t timestamp
Definition: ServoHubLowLevel.h:217
double channel3Current
Definition: ServoHubLowLevel.h:214
double channel2Current
Definition: ServoHubLowLevel.h:213
double channel1Current
Definition: ServoHubLowLevel.h:212
double channel4Current
Definition: ServoHubLowLevel.h:215