mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
HAND FIXES: Manual cleanup of namespaces
This commit is contained in:
committed by
Peter Johnson
parent
ad138270a8
commit
3f740894c9
@@ -8,14 +8,14 @@ void ResetSmartDashboardInstance();
|
||||
void ResetMotorSafety();
|
||||
} // namespace wpi::impl
|
||||
|
||||
namespace wpi::impl {
|
||||
namespace wpi::util::impl {
|
||||
void ResetSendableRegistry();
|
||||
} // namespace wpi::impl
|
||||
|
||||
void resetWpilibSimulationData() {
|
||||
wpi::impl::ResetSmartDashboardInstance();
|
||||
wpi::impl::ResetMotorSafety();
|
||||
wpi::impl::ResetSendableRegistry();
|
||||
wpi::util::impl::ResetSendableRegistry();
|
||||
}
|
||||
|
||||
void resetMotorSafety() {
|
||||
|
||||
Reference in New Issue
Block a user