Class JUDGE
Defined in File PDJE_Judge.hpp
Class Documentation
-
class JUDGE
Judge controller that owns initialization data and the event loop.
Public Functions
-
JUDGE_STATUS Start()
Validate init data and start the judge event loop thread.
-
void End()
Stop the event loop and release cached init data.
-
JUDGE()
Create a judge instance and initialize logging.
-
~JUDGE() = default
Public Members
-
Judge_Init inits
-
JUDGE_STATUS Start()