Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Jun 22, 2024
1 parent c114490 commit d765b8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

namespace frc::sim {

/**
* Class that allows you to control a SendableChooser's selected option in
* simulation.
*/
class SendableChooserSim {
public:
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import edu.wpi.first.networktables.StringPublisher;
import edu.wpi.first.wpilibj.RobotBase;

/** A SendableChooserSim allows you to select a SendableChooser's option from code. */
/** Class that allows you to control a SendableChooser's selected option in simulation. */
public class SendableChooserSim implements AutoCloseable {
private StringPublisher m_publisher;

Expand Down

0 comments on commit d765b8c

Please sign in to comment.