[examples] Fix periodic function rate comment (NFC) (#4013)

Fixes #3979
This commit is contained in:
sciencewhiz
2022-02-08 13:19:31 -08:00
committed by GitHub
parent 90c1db393e
commit 4e3cc25012
35 changed files with 53 additions and 53 deletions

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -9,7 +9,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -16,7 +16,7 @@ void Robot::RobotInit() {
}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -15,7 +15,7 @@ void Robot::RobotInit() {
}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want ran during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -31,8 +31,8 @@ public class Robot extends TimedRobot {
}
/**
* This function is called every robot packet, no matter the mode. Use this for items like
* diagnostics that you want ran during disabled, autonomous, teleoperated and test.
* This function is called every 20 ms, no matter the mode. Use this for items like diagnostics
* that you want ran during disabled, autonomous, teleoperated and test.
*
* <p>This runs after the mode specific periodic functions, but before LiveWindow and
* SmartDashboard integrated updating.

View File

@@ -31,8 +31,8 @@ public class Robot extends TimedRobot {
}
/**
* This function is called every robot packet, no matter the mode. Use this for items like
* diagnostics that you want ran during disabled, autonomous, teleoperated and test.
* This function is called every 20 ms, no matter the mode. Use this for items like diagnostics
* that you want ran during disabled, autonomous, teleoperated and test.
*
* <p>This runs after the mode specific periodic functions, but before LiveWindow and
* SmartDashboard integrated updating.

View File

@@ -31,8 +31,8 @@ public class Robot extends TimedRobot {
}
/**
* This function is called every robot packet, no matter the mode. Use this for items like
* diagnostics that you want ran during disabled, autonomous, teleoperated and test.
* This function is called every 20 ms, no matter the mode. Use this for items like diagnostics
* that you want ran during disabled, autonomous, teleoperated and test.
*
* <p>This runs after the mode specific periodic functions, but before LiveWindow and
* SmartDashboard integrated updating.

View File

@@ -31,8 +31,8 @@ public class Robot extends TimedRobot {
}
/**
* This function is called every robot packet, no matter the mode. Use this for items like
* diagnostics that you want ran during disabled, autonomous, teleoperated and test.
* This function is called every 20 ms, no matter the mode. Use this for items like diagnostics
* that you want ran during disabled, autonomous, teleoperated and test.
*
* <p>This runs after the mode specific periodic functions, but before LiveWindow and
* SmartDashboard integrated updating.

View File

@@ -31,8 +31,8 @@ public class Robot extends TimedRobot {
}
/**
* This function is called every robot packet, no matter the mode. Use this for items like
* diagnostics that you want ran during disabled, autonomous, teleoperated and test.
* This function is called every 20 ms, no matter the mode. Use this for items like diagnostics
* that you want ran during disabled, autonomous, teleoperated and test.
*
* <p>This runs after the mode specific periodic functions, but before LiveWindow and
* SmartDashboard integrated updating.

View File

@@ -31,8 +31,8 @@ public class Robot extends TimedRobot {
}
/**
* This function is called every robot packet, no matter the mode. Use this for items like
* diagnostics that you want ran during disabled, autonomous, teleoperated and test.
* This function is called every 20 ms, no matter the mode. Use this for items like diagnostics
* that you want ran during disabled, autonomous, teleoperated and test.
*
* <p>This runs after the mode specific periodic functions, but before LiveWindow and
* SmartDashboard integrated updating.

View File

@@ -31,8 +31,8 @@ public class Robot extends TimedRobot {
}
/**
* This function is called every robot packet, no matter the mode. Use this for items like
* diagnostics that you want ran during disabled, autonomous, teleoperated and test.
* This function is called every 20 ms, no matter the mode. Use this for items like diagnostics
* that you want ran during disabled, autonomous, teleoperated and test.
*
* <p>This runs after the mode specific periodic functions, but before LiveWindow and
* SmartDashboard integrated updating.

View File

@@ -31,8 +31,8 @@ public class Robot extends TimedRobot {
}
/**
* This function is called every robot packet, no matter the mode. Use this for items like
* diagnostics that you want ran during disabled, autonomous, teleoperated and test.
* This function is called every 20 ms, no matter the mode. Use this for items like diagnostics
* that you want ran during disabled, autonomous, teleoperated and test.
*
* <p>This runs after the mode specific periodic functions, but before LiveWindow and
* SmartDashboard integrated updating.

View File

@@ -31,8 +31,8 @@ public class Robot extends TimedRobot {
}
/**
* This function is called every robot packet, no matter the mode. Use this for items like
* diagnostics that you want ran during disabled, autonomous, teleoperated and test.
* This function is called every 20 ms, no matter the mode. Use this for items like diagnostics
* that you want ran during disabled, autonomous, teleoperated and test.
*
* <p>This runs after the mode specific periodic functions, but before LiveWindow and
* SmartDashboard integrated updating.

View File

@@ -31,8 +31,8 @@ public class Robot extends TimedRobot {
}
/**
* This function is called every robot packet, no matter the mode. Use this for items like
* diagnostics that you want ran during disabled, autonomous, teleoperated and test.
* This function is called every 20 ms, no matter the mode. Use this for items like diagnostics
* that you want ran during disabled, autonomous, teleoperated and test.
*
* <p>This runs after the mode specific periodic functions, but before LiveWindow and
* SmartDashboard integrated updating.

View File

@@ -30,8 +30,8 @@ public class Robot extends TimedRobot {
}
/**
* This function is called every robot packet, no matter the mode. Use this for items like
* diagnostics that you want ran during disabled, autonomous, teleoperated and test.
* This function is called every 20 ms, no matter the mode. Use this for items like diagnostics
* that you want ran during disabled, autonomous, teleoperated and test.
*
* <p>This runs after the mode specific periodic functions, but before LiveWindow and
* SmartDashboard integrated updating.

View File

@@ -31,8 +31,8 @@ public class Robot extends TimedRobot {
}
/**
* This function is called every robot packet, no matter the mode. Use this for items like
* diagnostics that you want ran during disabled, autonomous, teleoperated and test.
* This function is called every 20 ms, no matter the mode. Use this for items like diagnostics
* that you want ran during disabled, autonomous, teleoperated and test.
*
* <p>This runs after the mode specific periodic functions, but before LiveWindow and
* SmartDashboard integrated updating.

View File

@@ -31,8 +31,8 @@ public class Robot extends TimedRobot {
}
/**
* This function is called every robot packet, no matter the mode. Use this for items like
* diagnostics that you want ran during disabled, autonomous, teleoperated and test.
* This function is called every 20 ms, no matter the mode. Use this for items like diagnostics
* that you want ran during disabled, autonomous, teleoperated and test.
*
* <p>This runs after the mode specific periodic functions, but before LiveWindow and
* SmartDashboard integrated updating.

View File

@@ -31,8 +31,8 @@ public class Robot extends TimedRobot {
}
/**
* This function is called every robot packet, no matter the mode. Use this for items like
* diagnostics that you want ran during disabled, autonomous, teleoperated and test.
* This function is called every 20 ms, no matter the mode. Use this for items like diagnostics
* that you want ran during disabled, autonomous, teleoperated and test.
*
* <p>This runs after the mode specific periodic functions, but before LiveWindow and
* SmartDashboard integrated updating.

View File

@@ -31,8 +31,8 @@ public class Robot extends TimedRobot {
}
/**
* This function is called every robot packet, no matter the mode. Use this for items like
* diagnostics that you want ran during disabled, autonomous, teleoperated and test.
* This function is called every 20 ms, no matter the mode. Use this for items like diagnostics
* that you want ran during disabled, autonomous, teleoperated and test.
*
* <p>This runs after the mode specific periodic functions, but before LiveWindow and
* SmartDashboard integrated updating.

View File

@@ -31,8 +31,8 @@ public class Robot extends TimedRobot {
}
/**
* This function is called every robot packet, no matter the mode. Use this for items like
* diagnostics that you want ran during disabled, autonomous, teleoperated and test.
* This function is called every 20 ms, no matter the mode. Use this for items like diagnostics
* that you want ran during disabled, autonomous, teleoperated and test.
*
* <p>This runs after the mode specific periodic functions, but before LiveWindow and
* SmartDashboard integrated updating.

View File

@@ -34,8 +34,8 @@ public class Robot extends TimedRobot {
}
/**
* This function is called every robot packet, no matter the mode. Use this for items like
* diagnostics that you want ran during disabled, autonomous, teleoperated and test.
* This function is called every 20 ms, no matter the mode. Use this for items like diagnostics
* that you want ran during disabled, autonomous, teleoperated and test.
*
* <p>This runs after the mode specific periodic functions, but before LiveWindow and
* SmartDashboard integrated updating.

View File

@@ -32,8 +32,8 @@ public class Robot extends TimedRobot {
}
/**
* This function is called every robot packet, no matter the mode. Use this for items like
* diagnostics that you want ran during disabled, autonomous, teleoperated and test.
* This function is called every 20 ms, no matter the mode. Use this for items like diagnostics
* that you want ran during disabled, autonomous, teleoperated and test.
*
* <p>This runs after the mode specific periodic functions, but before LiveWindow and
* SmartDashboard integrated updating.