#include <hps.h>
The ErrorEvent class is the event that will be generated if an asynchronous error occurs.
◆ ErrorEvent() [1/4]
HPS::ErrorEvent::ErrorEvent |
( |
| ) |
|
|
inline |
The default constructor creates an ErrorEvent object with an empty message and code of Unknown.
◆ ErrorEvent() [2/4]
HPS::ErrorEvent::ErrorEvent |
( |
char const * |
in_message | ) |
|
This constructor creates an ErrorEvent object with a specified message and code of Unknown.
- Parameters
-
in_message | A message describing the nature of the error. |
◆ ErrorEvent() [3/4]
HPS::ErrorEvent::ErrorEvent |
( |
char const * |
in_message, |
|
|
HPS::Info::Code |
in_code |
|
) |
| |
This constructor creates a ErrorEvent object with a specified message and code.
- Parameters
-
in_message | A message describing the nature of the error. |
in_code | A code describing the nature of the error. |
◆ ErrorEvent() [4/4]
HPS::ErrorEvent::ErrorEvent |
( |
Event const & |
in_event | ) |
|
|
inline |
◆ Clone()
Event* HPS::ErrorEvent::Clone |
( |
| ) |
const |
|
inlinevirtual |
◆ Equals()
virtual bool HPS::ErrorEvent::Equals |
( |
ErrorEvent const & |
in_that | ) |
const |
|
inlinevirtual |
Check if the source object is equivalent to this object.
- Parameters
-
in_kit | The source object to compare to this object. |
- Returns
- true if the objects are equivalent, false otherwise.
◆ operator!=()
virtual bool HPS::ErrorEvent::operator!= |
( |
ErrorEvent const & |
in_that | ) |
const |
|
inlinevirtual |
Check if the source object is not equivalent to this object.
- Parameters
-
in_that | The source object to compare to this object. |
- Returns
- true if the objects are not equivalent, false otherwise.
◆ operator==()
virtual bool HPS::ErrorEvent::operator== |
( |
ErrorEvent const & |
in_that | ) |
const |
|
inlinevirtual |
Check if the source object is equivalent to this object.
- Parameters
-
in_that | The source object to compare to this object. |
- Returns
- true if the objects are equivalent, false otherwise.
The documentation for this class was generated from the following file: