![]()  | 
  
    libfranka 0.16.1
    
   FCI C++ API 
   | 
 
IncompatibleVersionException is thrown if the robot does not support this version of libfranka. More...
#include <exception.h>


Public Member Functions | |
| IncompatibleVersionException (uint16_t server_version, uint16_t library_version) noexcept | |
| Creates the exception using the two different protocol versions.   | |
Public Attributes | |
| const uint16_t | server_version | 
| Control's protocol version.  | |
| const uint16_t | library_version | 
| libfranka protocol version.  | |
IncompatibleVersionException is thrown if the robot does not support this version of libfranka.
      
  | 
  noexcept | 
Creates the exception using the two different protocol versions.
| [in] | server_version | Protocol version on the Control side. | 
| [in] | library_version | Protocol version of libfranka. |