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

Exception when the platform read from the FPGA does not match any of the supported ones (See platforms.h) More...

#include <errorsIrio.h>

Inheritance diagram for irio::errors::UnsupportedPlatformError:

Public Member Functions

 UnsupportedPlatformError (const std::uint8_t platform)
 Exception when the platform read from the FPGA does not match any of the supported ones. More...
 

Detailed Description

Exception when the platform read from the FPGA does not match any of the supported ones (See platforms.h)

Definition at line 100 of file errorsIrio.h.

Constructor & Destructor Documentation

◆ UnsupportedPlatformError()

irio::errors::UnsupportedPlatformError::UnsupportedPlatformError ( const std::uint8_t  platform)
inlineexplicit

Exception when the platform read from the FPGA does not match any of the supported ones.

Indicated the platform found.

Parameters
platformInvalid platform value

Definition at line 110 of file errorsIrio.h.


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