
**** Info on how to add "fork()" and synchronization interface. ***

https://stackoverflow.com/questions/15605386/synchronizing-2-processes
(Keywords: "synchronizing 2 processes")

https://stackoverflow.com/questions/41211732/fork-and-waitpid-in-c
(Keywords: "fork and waitpid in C")

https://stackoverflow.com/questions/14170647/fork-parent-child-communication
(Keywords: "Fork parent child communication")


https://stackoverflow.com/questions/12864265/using-pipe-to-pass-integer-values-between-parent-and-child
(Keywords: "Using pipe to pass integer values between parent and child")

**** Design reference *****************

"App_MultiLevelDCTest- (Rev-C_paper_on_WEB).hpp" is our base reference to
		"App_MultiLevelDCTest_3Phase.hpp"
		
"Application.cc" is our base reference to "Application_3Phase.cc"



https://stackoverflow.com/questions/15126925/gdb-debugging-child-process-after-fork-follow-fork-mode-child-configured
