Interface for invertable objects.  
 More...
#include <ctre/phoenix/signals/IInvertable.h>
Interface for invertable objects. 
 
◆ ~IInvertable()
  
  
      
        
          | virtual ctre::phoenix::signals::IInvertable::~IInvertable  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ 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
 - 
  
    | invert | Invert state to set.  | 
  
   
 
 
The documentation for this class was generated from the following file: