CTRE Phoenix C++ 5.33.1
ctre::phoenix::signals::IInvertable Class Referenceabstract

Interface for invertable objects. More...

#include <ctre/phoenix/signals/IInvertable.h>

Public Member Functions

virtual ~IInvertable ()
 
virtual void SetInverted (bool invert)=0
 Inverts the output of the object. More...
 
virtual bool GetInverted () const =0
 

Detailed Description

Interface for invertable objects.

Constructor & Destructor Documentation

◆ ~IInvertable()

virtual ctre::phoenix::signals::IInvertable::~IInvertable ( )
inlinevirtual

Member Function Documentation

◆ GetInverted()

virtual bool ctre::phoenix::signals::IInvertable::GetInverted ( ) const
pure virtual
Returns
invert setting of output.

◆ SetInverted()

virtual void ctre::phoenix::signals::IInvertable::SetInverted ( bool  invert)
pure virtual

Inverts the output of the object.

Parameters
invertInvert state to set.

The documentation for this class was generated from the following file: