diff --git a/doc/exceptionHandlingDesign.dox b/doc/exceptionHandlingDesign.dox index 6e2e8e521a907eb932c29fc676ab2864319510db..d35a47e1e1901b9d690859069605e8bdd20fbdfc 100644 --- a/doc/exceptionHandlingDesign.dox +++ b/doc/exceptionHandlingDesign.dox @@ -23,10 +23,10 @@ Once in error state, set the DataValidity flag for that module to faulty and pro - i. Write should not block in case of an exception for of ThreadedFanOut / TriggerFanOut. - j. Application Module should provide a writeDespiteError function so that even in case of exception write should return. [TBD: name] -<b> Definitions </b> -- ChimeraTK::NDRegisterAccessor is used to access the device variables inside class Application. -- writeAfterOpen is a list of TransferElements used for initial value propogation. -- writeAfterRecovery is a list of TransferElements used after recovery. +<b>1.1. Definitions </b> +- a. writeAfterOpen is a list of TransferElements used for initial value propogation. +- b. writeAfterRecovery is a list of TransferElements used after recovery. + <b>2. The Flow</b>