Up Down Counter.
Definition UpDownCounter.h:24
void InitSendable(wpi::SendableBuilder &builder) override
Initializes this Sendable object.
UpDownCounter(int channel, EdgeConfiguration configuration)
Constructs a new UpDown Counter.
void SetEdgeConfiguration(EdgeConfiguration configuration)
Sets the configuration for the channel.
UpDownCounter(UpDownCounter &&)=default
~UpDownCounter() override=default
UpDownCounter & operator=(UpDownCounter &&)=default
void Reset()
Resets the current count.
int GetCount() const
Gets the current count.
A move-only C++ wrapper around a HAL handle.
Definition Types.h:98
Helper class for building Sendable dashboard representations.
Definition SendableBuilder.h:21
A helper class for use with objects that add themselves to SendableRegistry.
Definition SendableHelper.h:21
Interface for Sendable objects.
Definition Sendable.h:16
Definition SystemServer.h:9
EdgeConfiguration
Edge configuration.
Definition EdgeConfiguration.h:11