Commits on Source 9
-
Douglas Araujo authored
-
Douglas Araujo authored
Add FEA TYPE registers See merge request !55
-
Apparently although FrontEndBase is used inside RMMApi, merely including the FrontEndBase header in rmmapi.cpp is enough to make it work. Probably because FrontEndBase is not explicitly mentioned anywhere in the header.
-
Unfortunately this requires for us to add #include "FrontEndBase.h" in RMMRings. Now RMMRings::pollForLock uses estimated time from FENs instead of hardcoded value. Since default value is defined on base class, derived FENs are not obliged to define lock_time.
-
This can be solved by just a default value for the argument.
-
It now searches for all test files automatically. Test files starting with "test" are compiled to be executables while anything that doen't start with "test" is made a shared object file.
-
Before this, estimated time was being done with all nodes of the ring. It should actually be done for each node every time. Unfortunately this means I needed to put also the node on finale_node_id, which I don't know how it works.
-
My ancestors' spirits would not forgive me if I left this unchecked. This commit restores honor to my bloodline.
-
Marco Filho authored
Add possibility of changing estimated lock time per FEN type See merge request !54