Define RAISE_ERROR
Defined in File create_errors.hpp
Define Documentation
-
RAISE_ERROR(drivers, desc)
Example for how to create and add an error.
drivers
is a pointer to antap::Drivers
, which contains an instance of anErrorController
.RAISE_ERROR(drivers, "CRC8 failure");
See also
ErrorController
See also
SystemError