Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /jana2/src/libraries/JANA/CLI/JSignalHandler.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 
0002 // Copyright 2020, Jefferson Science Associates, LLC.
0003 // Subject to the terms in the LICENSE file found in the top-level directory.
0004 
0005 #pragma once
0006 
0007 class JApplication;
0008 
0009 /// JSignalHandler attaches signal handlers for USR1, USR2, and CTRL-C to a given JApplication instance.
0010 namespace JSignalHandler {
0011 
0012 void register_handlers(JApplication* app);
0013 
0014 }; // namespace JSignalHandler
0015