simulavr  1.1.0
IrqStatisticPerVector Class Reference

#include <irqsystem.h>

Public Member Functions

void CalculateStatistic ()
 
void CheckComplete ()
 
 IrqStatisticPerVector ()
 

Public Attributes

IrqStatisticEntry actual
 
IrqStatisticEntry next
 

Protected Attributes

IrqStatisticEntry long_SetClear
 
IrqStatisticEntry short_SetClear
 
IrqStatisticEntry long_SetStarted
 
IrqStatisticEntry short_SetStarted
 
IrqStatisticEntry long_SetFinished
 
IrqStatisticEntry short_SetFinished
 
IrqStatisticEntry long_StartedFinished
 
IrqStatisticEntry short_StartedFinished
 

Friends

std::ostream & operator<< (std::ostream &os, const IrqStatisticPerVector &ispv)
 

Detailed Description

Definition at line 68 of file irqsystem.h.

Constructor & Destructor Documentation

◆ IrqStatisticPerVector()

IrqStatisticPerVector::IrqStatisticPerVector ( )

Member Function Documentation

◆ CalculateStatistic()

void IrqStatisticPerVector::CalculateStatistic ( )

Definition at line 82 of file irqsystem.cpp.

◆ CheckComplete()

void IrqStatisticPerVector::CheckComplete ( )

Definition at line 118 of file irqsystem.cpp.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const IrqStatisticPerVector ispv 
)
friend

Definition at line 157 of file irqsystem.cpp.

Member Data Documentation

◆ actual

IrqStatisticEntry IrqStatisticPerVector::actual

Definition at line 87 of file irqsystem.h.

◆ long_SetClear

IrqStatisticEntry IrqStatisticPerVector::long_SetClear
protected

Definition at line 71 of file irqsystem.h.

Referenced by operator<<().

◆ long_SetFinished

IrqStatisticEntry IrqStatisticPerVector::long_SetFinished
protected

Definition at line 77 of file irqsystem.h.

Referenced by operator<<().

◆ long_SetStarted

IrqStatisticEntry IrqStatisticPerVector::long_SetStarted
protected

Definition at line 74 of file irqsystem.h.

Referenced by operator<<().

◆ long_StartedFinished

IrqStatisticEntry IrqStatisticPerVector::long_StartedFinished
protected

Definition at line 80 of file irqsystem.h.

Referenced by operator<<().

◆ next

IrqStatisticEntry IrqStatisticPerVector::next

Definition at line 88 of file irqsystem.h.

◆ short_SetClear

IrqStatisticEntry IrqStatisticPerVector::short_SetClear
protected

Definition at line 72 of file irqsystem.h.

Referenced by operator<<().

◆ short_SetFinished

IrqStatisticEntry IrqStatisticPerVector::short_SetFinished
protected

Definition at line 78 of file irqsystem.h.

Referenced by operator<<().

◆ short_SetStarted

IrqStatisticEntry IrqStatisticPerVector::short_SetStarted
protected

Definition at line 75 of file irqsystem.h.

Referenced by operator<<().

◆ short_StartedFinished

IrqStatisticEntry IrqStatisticPerVector::short_StartedFinished
protected

Definition at line 81 of file irqsystem.h.

Referenced by operator<<().


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