initialize_Control.hpp File Reference
Include dependency graph for initialize_Control.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 REPORT (0)<<"\nCreating Control repository . . ."<< endREPORT
 
 if (isCoupling)
 

Variables

pFlow::uniquePtr< pFlow::systemControlControlPtr = nullptr
 
 else
 
auto & Control = ControlPtr()
 

Function Documentation

◆ REPORT()

REPORT ( )

◆ if()

if ( isCoupling  )

Variable Documentation

◆ ControlPtr

pFlow::uniquePtr<pFlow::systemControl> ControlPtr = nullptr

Definition at line 28 of file initialize_Control.hpp.

Referenced by if().

◆ else

else
Initial value:
{
ControlPtr = pFlow::makeUnique<pFlow::systemControl>()

Definition at line 43 of file initialize_Control.hpp.

Referenced by Timer::write().

◆ Control

auto& Control = ControlPtr()

Definition at line 47 of file initialize_Control.hpp.

Referenced by main().

ControlPtr
pFlow::uniquePtr< pFlow::systemControl > ControlPtr
Definition: initialize_Control.hpp:28