PROFINET IO Controller Stack 1.0.0
Modern C++ implementation of a PROFINET IO Controller stack
Loading...
Searching...
No Matches
profinet::DCPTimeoutError Class Reference

DCP operation timed out. More...

#include <exceptions.h>

+ Inheritance diagram for profinet::DCPTimeoutError:
+ Collaboration diagram for profinet::DCPTimeoutError:

Public Member Functions

 DCPTimeoutError (const std::string &message)
 Construct with a human-readable message.
 
- Public Member Functions inherited from profinet::DCPError
 DCPError (const std::string &message)
 Construct with a human-readable message.
 
- Public Member Functions inherited from profinet::ProfinetError
 ProfinetError (const std::string &message)
 Construct with a human-readable message.
 

Detailed Description

DCP operation timed out.

Definition at line 550 of file exceptions.h.

Constructor & Destructor Documentation

◆ DCPTimeoutError()

profinet::DCPTimeoutError::DCPTimeoutError ( const std::string &  message)
inlineexplicit

Construct with a human-readable message.

Parameters
messageDescription of the error.

Definition at line 555 of file exceptions.h.


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