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

Exception when the DevProfile read from the FPGA does not matches any of the supported ones or if the profile is not supported by the platform. More...

#include <errorsIrio.h>

Inheritance diagram for irio::errors::UnsupportedDevProfileError:

Public Member Functions

 UnsupportedDevProfileError (const std::uint8_t devProfile, const std::uint8_t platform)
 Invalid DevProfile. More...
 

Detailed Description

Exception when the DevProfile read from the FPGA does not matches any of the supported ones or if the profile is not supported by the platform.

Definition at line 121 of file errorsIrio.h.

Constructor & Destructor Documentation

◆ UnsupportedDevProfileError()

irio::errors::UnsupportedDevProfileError::UnsupportedDevProfileError ( const std::uint8_t  devProfile,
const std::uint8_t  platform 
)
inline

Invalid DevProfile.

Error message specifies the DevProfiel found and the Platform being used

Parameters
devProfileInvalid DevProfile
platformPlatform on which the profile specified does not exist

Definition at line 135 of file errorsIrio.h.


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