Commits on Source 73
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Marco Filho authored
ICSHWI-20258: Create Doxygen pages See merge request !31
-
Marco Filho authored
So now we can use variadic arguments. Use it in putInfo about tearing down ring.
-
Marco Filho authored
I don't understand why they should be there. I suspect they shouldn't.
-
Marco Filho authored
Tried to simply remove the lock, but this causes the process to fail. I don't understand yet if it's a hardware limitation or something in the code, but couldn't find anything explicitly wrong with the code for now. Unfortunately, I also didn't see any significant performance improvement from this.
-
Marco Filho authored
It seems this is the actual responsible for improving performance. pollForReg is simply a bunch of waits with reads... so it can be unlocked without problem.
-
Marco Filho authored
Remove thread lock critical regions See merge request !30
-
Douglas Araujo authored
-
Marco Filho authored
Also export it to rmmapi so we can change the timeout via PVs.
-
Marco Filho authored
Before this, if poll failed it would still try to poll once more because the function is called more than once in the code. Now if it fails, it aborts the bringup process for that specific ring.
-
Marco Filho authored
Not keep trying for each node. Doesn't make sense.
-
Douglas Araujo authored
-
Douglas Araujo authored
Preserved backward compatibility by providing default values for the new parameters, ensuring no breakage for existing calls to `regPoll`.
-
Marco Filho authored
Add polling timeout. See merge request !32
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
ICSHWI-20286: Stop config all See merge request !33
-
Marco Filho authored
-
Douglas Araujo authored
Unlock mutex before raising error See merge request !34
-
Douglas Araujo authored
-
Douglas Araujo authored
Remove reset flag on check method See merge request !35
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
ICSHWI-20333: Export reg read write methods See merge request !36
-
Marco Filho authored
The function dynamically loads a static value into a dynamic that is used by all nodes. Some failure to load in the code was resulting in application crash. Used static value in all times instead. If in the future there is a need to dynamically change the registers at runtime (highly unlikely?) then we can re-add this mechanism.
-
Douglas Araujo authored
Remove the unneeded function See merge request !37
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
Support address arg on userReg methods See merge request !38