Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

home for CFO ::halt method ? #105

Closed
pavel1murat opened this issue Jun 29, 2024 · 0 comments
Closed

home for CFO ::halt method ? #105

pavel1murat opened this issue Jun 29, 2024 · 0 comments

Comments

@pavel1murat
Copy link
Contributor

I think, this (::halt method) logically belongs to CFOLib::CFO, not to the high-level interface...

//==============================================================================
void CFOFrontEndInterface::halt(void)
{
	__FE_COUT__ << "HALT: CFO status" << __E__;


	thisCFO_->DisableBeamOffMode(CFOLib::CFO_Link_ID::CFO_Link_ALL);

	// if(regWriteMonitorStream_.is_open())
	// {
	// 	regWriteMonitorStream_ << "Timestamp: " << std::dec << time(0) << 
	// 		", \t ---------- Halting..." << "\n";
	// 	regWriteMonitorStream_.flush();
	// }

	// readStatus();
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants