Hotwheels-Cluster 1.2
Creation of Cluster APP for SEA:ME project.
 
Loading...
Searching...
No Matches
IMileageCalculator Class Referenceabstract

Interface for calculating the mileage of a vehicle. More...

#include <IMileageCalculator.hpp>

Public Member Functions

virtual ~IMileageCalculator ()=default
 
virtual void addSpeed (float speed)=0
 
virtual double calculateDistance ()=0
 

Detailed Description

Interface for calculating the mileage of a vehicle.

Definition at line 23 of file IMileageCalculator.hpp.

Constructor & Destructor Documentation

◆ ~IMileageCalculator()

virtual IMileageCalculator::~IMileageCalculator ( )
virtualdefault

Member Function Documentation

◆ addSpeed()

virtual void IMileageCalculator::addSpeed ( float speed)
pure virtual

Implemented in MileageCalculator.

Here is the caller graph for this function:

◆ calculateDistance()

virtual double IMileageCalculator::calculateDistance ( )
pure virtual

Implemented in MileageCalculator.

Here is the caller graph for this function:

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