WPILibC++  unspecified
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
Deprecated List
Member frc::CameraServer::SetSize (int size)
Use SetResolution on the USBCamera returned by StartAutomaticCapture() instead.
Parameters
sizeThe size to use
Member frc::Encoder::GetPeriod () const override
Use GetRate() in favor of this method. This returns unscaled periods and GetRate() scales using value from SetDistancePerPulse().
Member frc::Encoder::SetMaxPeriod (double maxPeriod) override
Use SetMinRate() in favor of this method. This takes unscaled periods and SetMinRate() scales using value from SetDistancePerPulse().
Member frc::LiveWindow::AddActuator (const std::string &subsystem, const std::string &name, LiveWindowSendable *component)
Prefer smart pointers or references.
Member frc::LiveWindow::AddSensor (const std::string &subsystem, const std::string &name, LiveWindowSendable *component)
Prefer smart pointers or references.