Define RAISE_ERROR

Define Documentation

RAISE_ERROR(drivers, desc)

Example for how to create and add an error. drivers is a pointer to an tap::Drivers, which contains an instance of an ErrorController.

RAISE_ERROR(drivers, "CRC8 failure");

See also

ErrorController

See also

SystemError