CTRE Phoenix C++ 5.33.1
ctre::phoenix::tasking::IProcessable Class Referenceabstract

Interface for processable objects. More...

#include <ctre/phoenix/tasking/IProcessable.h>

Inheritance diagram for ctre::phoenix::tasking::IProcessable:
ctre::phoenix::RCRadio3Ch ctre::phoenix::tasking::ButtonMonitor ctre::phoenix::tasking::schedulers::ConcurrentScheduler ctre::phoenix::tasking::schedulers::SequentialScheduler

Public Member Functions

virtual ~IProcessable ()
 
virtual void Process ()=0
 This function is called when a process occurs. More...
 

Detailed Description

Interface for processable objects.

Constructor & Destructor Documentation

◆ ~IProcessable()

virtual ctre::phoenix::tasking::IProcessable::~IProcessable ( )
inlinevirtual

Member Function Documentation

◆ Process()

virtual void ctre::phoenix::tasking::IProcessable::Process ( )
pure virtual

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