HF-Core Platform 0.1.0-dev
Hardware-Agnostic Handler Layer & RTOS Utilities for HardFOC
Loading...
Searching...
No Matches
TestThread Class Reference
Inheritance diagram for TestThread:
[legend]
Collaboration diagram for TestThread:
[legend]

Public Member Functions

 TestThread ()
 
int GetRunCount () const
 

Protected Member Functions

bool Initialize () noexcept override
 
bool Setup () noexcept override
 
uint32_t Step () noexcept override
 
bool Cleanup () noexcept override
 
bool ResetVariables () noexcept override
 

Private Attributes

int run_count_
 
uint8_t stack_ [4096]
 

Constructor & Destructor Documentation

◆ TestThread()

TestThread::TestThread ( )
inline

Member Function Documentation

◆ Cleanup()

bool TestThread::Cleanup ( )
inlineoverrideprotectednoexcept

◆ GetRunCount()

int TestThread::GetRunCount ( ) const
inline
Here is the caller graph for this function:

◆ Initialize()

bool TestThread::Initialize ( )
inlineoverrideprotectednoexcept

◆ ResetVariables()

bool TestThread::ResetVariables ( )
inlineoverrideprotectednoexcept

◆ Setup()

bool TestThread::Setup ( )
inlineoverrideprotectednoexcept

◆ Step()

uint32_t TestThread::Step ( )
inlineoverrideprotectednoexcept

Member Data Documentation

◆ run_count_

int TestThread::run_count_
private

◆ stack_

uint8_t TestThread::stack_[4096]
private

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