Skip to content
Snippets Groups Projects
Commit 8d0fa13b authored by Nadeem Shehzad's avatar Nadeem Shehzad
Browse files

removed non essential and non sense comments.

parent b8d1a1ba
No related branches found
No related tags found
No related merge requests found
......@@ -140,12 +140,6 @@ Implmentation.
- ExceptionHandlingDecorator
- TriggerFanOut
Additional note from code author.
Note that if the data is distributed through a triggered FanOut (i.e. variables from device is connected to other variables through a trigger, the usual way for poll-type variables) the data read from the receiving end of the variable cannot be considered valid if the DataValidity is faulty.
Additionaly, a change of to a faulty validity state will signal the availability of new data on those variables, which is to be considered invalid.
Bahnhof.Variables which are Constants or outputs of the ConfigReader and are connected to a DeviceModule should be written in an initialisation handler. Currently they are written in ConfigReader::pepare() etc., which might block the application initialisation if an exception occurs in the process of writing these variables.
-<b>8. Initialise the device after recovey.</b>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment