irioCoreCpp Library Module  2.1.0
irio::errors::FPGAVIVersionMismatchError Class Reference

Exception when FPGAVIVersion is not the one expected. More...

#include <errorsIrio.h>

Inheritance diagram for irio::errors::FPGAVIVersionMismatchError:

Public Member Functions

 FPGAVIVersionMismatchError (const std::string &foundVersion, const std::string &expectedVersion)
 Exception indicating that there is a version mismatch and which version have been found that do not match. More...
 

Detailed Description

Exception when FPGAVIVersion is not the one expected.

Definition at line 73 of file errorsIrio.h.

Constructor & Destructor Documentation

◆ FPGAVIVersionMismatchError()

irio::errors::FPGAVIVersionMismatchError::FPGAVIVersionMismatchError ( const std::string &  foundVersion,
const std::string &  expectedVersion 
)
inline

Exception indicating that there is a version mismatch and which version have been found that do not match.

Parameters
foundVersionVersion found in the bitfile
expectedVersionExpected version

Definition at line 87 of file errorsIrio.h.


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