Standardize directory names

Added headers with previous path for backwards compatability.  Changed name of Exec_exception to ExecutiveException.

refs #63
This commit is contained in:
Alex Lin 2015-06-02 08:29:34 -05:00
parent 19025d77ad
commit 24cfabbdef
310 changed files with 409 additions and 1328 deletions

View File

@ -19,7 +19,7 @@ namespace Trick {
*
*/
class Exec_exception : public std::exception {
class ExecutiveException : public std::exception {
public:
@ -33,8 +33,8 @@ namespace Trick {
std::string message ; /**< trick_io(**) */
/** This constructor assignes ret_code, file, and message to the incoming arguments */
Exec_exception( int in_ret , std::string in_file , int line , std::string in_message ) ;
virtual ~Exec_exception() throw () ;
ExecutiveException( int in_ret , std::string in_file , int line , std::string in_message ) ;
virtual ~ExecutiveException() throw () ;
virtual const char* what() const throw() ;
} ;

View File

@ -3,11 +3,11 @@ include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
include ${TRICK_HOME}/share/trick/makefiles/Makefile.tricklib
-include Makefile_deps
ifeq ($(USE_ER7_UTILS_INTEGRATORS), 1)
trick:
$(MAKE) -C er7_algorithms
else
trick:
$(MAKE) -C trick_algorithms
endif
#ifeq ($(USE_ER7_UTILS_INTEGRATORS), 1)
#trick:
# $(MAKE) -C er7_algorithms
#else
#trick:
# $(MAKE) -C trick_algorithms
#endif

View File

@ -0,0 +1 @@
#include "trick/CheckPointAgent.hh"

View File

@ -0,0 +1 @@
#include "trick/ChkPtParseContext.hh"

View File

@ -0,0 +1 @@
#include "trick/ClassicCheckPointAgent.hh"

View File

@ -0,0 +1 @@
#include "trick/PythonPrint.hh"

View File

@ -0,0 +1 @@
#include "trick/CheckPointRestart.hh"

View File

@ -0,0 +1 @@
#include "trick/CheckPointRestart_c_intf.hh"

View File

@ -0,0 +1 @@
#include "trick/checkpoint_map.hh"

View File

@ -0,0 +1 @@
#include "trick/checkpoint_pair.hh"

View File

@ -0,0 +1 @@
#include "trick/checkpoint_queue.hh"

View File

@ -0,0 +1 @@
#include "trick/checkpoint_sequence_stl.hh"

View File

@ -0,0 +1 @@
#include "trick/checkpoint_stack.hh"

View File

@ -0,0 +1 @@
#include "trick/checkpoint_stl.hh"

View File

@ -0,0 +1 @@
#include "trick/stl_s_define_macro.hh"

View File

@ -0,0 +1 @@
#include "trick/BC635Clock.hh"

View File

@ -0,0 +1 @@
#include "trick/Clock.hh"

View File

@ -0,0 +1 @@
#include "trick/GetTimeOfDayClock.hh"

View File

@ -0,0 +1 @@
#include "trick/TPROCTEClock.hh"

View File

@ -0,0 +1 @@
#include "trick/clock_proto.h"

View File

@ -0,0 +1 @@
#include "trick/collect_proto.hh"

View File

@ -0,0 +1 @@
#include "trick/CommandLineArguments.hh"

View File

@ -0,0 +1 @@
#include "trick/command_line_protos.h"

View File

@ -0,0 +1 @@
#include "trick/DMTCP.hh"

View File

@ -0,0 +1 @@
#include "trick/dmtcp_checkpoint_c_intf.hh"

View File

@ -0,0 +1 @@
#include "trick/DRAscii.hh"

View File

@ -0,0 +1 @@
#include "trick/DRBinary.hh"

View File

@ -0,0 +1 @@
#include "trick/DRHDF5.hh"

View File

@ -0,0 +1 @@
#include "trick/DataRecordDispatcher.hh"

View File

@ -0,0 +1 @@
#include "trick/DataRecordGroup.hh"

View File

@ -0,0 +1 @@
#include "trick/data_record_proto.h"

View File

@ -0,0 +1 @@
#include "trick/AllocInfo.hh"

View File

@ -0,0 +1 @@
#include "trick/ArrayDataType.hh"

View File

@ -0,0 +1 @@
#include "trick/BitfieldStructMember.hh"

View File

@ -0,0 +1 @@
#include "trick/ChkPtAgent.hh"

View File

@ -0,0 +1 @@
#include "trick/ClassicChkPtAgent.hh"

View File

@ -0,0 +1 @@
#include "trick/CompositeDataType.hh"

View File

@ -0,0 +1 @@
#include "trick/CompositeValue.hh"

View File

@ -0,0 +1 @@
#include "trick/DataType.hh"

View File

@ -0,0 +1 @@
#include "trick/EnumDataType.hh"

View File

@ -0,0 +1 @@
#include "trick/EnumDictionary.hh"

View File

@ -0,0 +1 @@
#include "trick/Enumerator.hh"

View File

@ -0,0 +1 @@
#include "trick/FloatingPointValue.hh"

View File

@ -0,0 +1 @@
#include "trick/IntegerValue.hh"

View File

@ -0,0 +1 @@
#include "trick/LexicalAnalyzer.hh"

View File

@ -0,0 +1 @@
#include "trick/MemMgr.hh"

View File

@ -0,0 +1 @@
#include "trick/NormalStructMember.hh"

View File

@ -0,0 +1 @@
#include "trick/NumericValue.hh"

View File

@ -0,0 +1 @@
#include "trick/ParsedDeclaration.hh"

View File

@ -0,0 +1 @@
#include "trick/PointerDataType.hh"

View File

@ -0,0 +1 @@
#include "trick/PointerValue.hh"

View File

@ -0,0 +1 @@
#include "trick/PrimitiveDataType.hh"

View File

@ -0,0 +1 @@
#include "trick/StaticStructMember.hh"

View File

@ -0,0 +1 @@
#include "trick/StringValue.hh"

View File

@ -0,0 +1 @@
#include "trick/StructMember.hh"

View File

@ -0,0 +1 @@
#include "trick/TypeDictionary.hh"

View File

@ -0,0 +1 @@
#include "trick/Value.hh"

View File

@ -0,0 +1 @@
#include "trick/VarAccessInfo.hh"

View File

@ -0,0 +1 @@
#include "trick/Variable.hh"

View File

@ -0,0 +1 @@
#include "trick/DataTypeTestSupport.hh"

View File

@ -0,0 +1 @@
#include "trick/DebugPause.hh"

View File

@ -0,0 +1 @@
#include "trick/debug_pause_proto.h"

View File

@ -0,0 +1 @@
#include "trick/EchoJobs.hh"

View File

@ -0,0 +1 @@
#include "trick/echojobs_proto.h"

View File

@ -0,0 +1 @@
#include "trick/Environment.hh"

View File

@ -0,0 +1 @@
#include "trick/env_proto.h"

View File

@ -0,0 +1 @@
#include "trick/Event.hh"

View File

@ -0,0 +1 @@
#include "trick/EventInstrument.hh"

View File

@ -0,0 +1 @@
#include "trick/EventManager.hh"

View File

@ -0,0 +1 @@
#include "trick/EventManager_c_intf.hh"

View File

@ -0,0 +1 @@
#include "trick/EventProcessor.hh"

View File

@ -0,0 +1 @@
#include "trick/ExecutiveException.hh"

View File

@ -0,0 +1 @@
#include "trick/Executive.hh"

View File

@ -0,0 +1 @@
#include "trick/Threads.hh"

View File

@ -1 +0,0 @@
../../../../exec_proto.h

View File

@ -0,0 +1 @@
#include "trick/exec_proto.h"

View File

@ -1 +0,0 @@
../../../../exec_proto.hh

View File

@ -0,0 +1 @@
#include "trick/exec_proto.hh"

View File

@ -0,0 +1 @@
#include "trick/sim_mode.h"

View File

@ -0,0 +1 @@
#include "trick/ExternalApplication.hh"

View File

@ -0,0 +1 @@
#include "trick/ExternalApplicationManager.hh"

View File

@ -0,0 +1 @@
#include "trick/MalfunctionsTrickView.hh"

View File

@ -0,0 +1 @@
#include "trick/MonteMonitor.hh"

View File

@ -0,0 +1 @@
#include "trick/SimControlPanel.hh"

View File

@ -0,0 +1 @@
#include "trick/StripChart.hh"

View File

@ -0,0 +1 @@
#include "trick/TrickView.hh"

View File

@ -0,0 +1 @@
#include "trick/external_application_c_intf.h"

View File

@ -0,0 +1 @@
#include "trick/FrameDataRecordGroup.hh"

View File

@ -0,0 +1 @@
#include "trick/FrameLog.hh"

View File

@ -0,0 +1 @@
#include "trick/framelog_proto.h"

View File

@ -0,0 +1 @@
#include "trick/IPPython.hh"

View File

@ -0,0 +1 @@
#include "trick/IPPythonEvent.hh"

View File

@ -0,0 +1 @@
#include "trick/InputProcessor.hh"

View File

@ -0,0 +1 @@
#include "trick/MTV.hh"

View File

@ -0,0 +1 @@
#include "trick/input_processor_proto.h"

View File

@ -0,0 +1 @@
#include "trick/ABM_Integrator.hh"

View File

@ -0,0 +1 @@
#include "trick/Euler_Cromer_Integrator.hh"

View File

@ -0,0 +1 @@
#include "trick/Euler_Integrator.hh"

View File

@ -0,0 +1 @@
#include "trick/MM4_Integrator.hh"

View File

@ -0,0 +1 @@
#include "trick/NL2_Integrator.hh"

Some files were not shown because too many files have changed in this diff Show More