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

Interface for reading and writing the mileage of a vehicle to a file. More...

#include <IMileageFileHandler.hpp>

Public Member Functions

virtual ~IMileageFileHandler ()=default
 
virtual double readMileage () const =0
 
virtual void writeMileage (double mileage) const =0
 

Detailed Description

Interface for reading and writing the mileage of a vehicle to a file.

Definition at line 25 of file IMileageFileHandler.hpp.

Constructor & Destructor Documentation

◆ ~IMileageFileHandler()

virtual IMileageFileHandler::~IMileageFileHandler ( )
virtualdefault

Member Function Documentation

◆ readMileage()

virtual double IMileageFileHandler::readMileage ( ) const
pure virtual

Implemented in MileageFileHandler.

Here is the caller graph for this function:

◆ writeMileage()

virtual void IMileageFileHandler::writeMileage ( double mileage) const
pure virtual

Implemented in MileageFileHandler.

Here is the caller graph for this function:

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