mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
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:
parent
19025d77ad
commit
24cfabbdef
@ -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() ;
|
||||
} ;
|
||||
|
@ -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
|
||||
|
||||
|
@ -0,0 +1 @@
|
||||
#include "trick/CheckPointAgent.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/ChkPtParseContext.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/ClassicCheckPointAgent.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/PythonPrint.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/CheckPointRestart.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/CheckPointRestart_c_intf.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/checkpoint_map.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/checkpoint_pair.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/checkpoint_queue.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/checkpoint_sequence_stl.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/checkpoint_stack.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/checkpoint_stl.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/stl_s_define_macro.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/BC635Clock.hh"
|
1
include/trick/compat/sim_services/Clock/include/Clock.hh
Normal file
1
include/trick/compat/sim_services/Clock/include/Clock.hh
Normal file
@ -0,0 +1 @@
|
||||
#include "trick/Clock.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/GetTimeOfDayClock.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/TPROCTEClock.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/clock_proto.h"
|
@ -0,0 +1 @@
|
||||
#include "trick/collect_proto.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/CommandLineArguments.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/command_line_protos.h"
|
1
include/trick/compat/sim_services/DMTCP/include/DMTCP.hh
Normal file
1
include/trick/compat/sim_services/DMTCP/include/DMTCP.hh
Normal file
@ -0,0 +1 @@
|
||||
#include "trick/DMTCP.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/dmtcp_checkpoint_c_intf.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/DRAscii.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/DRBinary.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/DRHDF5.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/DataRecordDispatcher.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/DataRecordGroup.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/data_record_proto.h"
|
@ -0,0 +1 @@
|
||||
#include "trick/AllocInfo.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/ArrayDataType.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/BitfieldStructMember.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/ChkPtAgent.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/ClassicChkPtAgent.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/CompositeDataType.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/CompositeValue.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/DataType.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/EnumDataType.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/EnumDictionary.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/Enumerator.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/FloatingPointValue.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/IntegerValue.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/LexicalAnalyzer.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/MemMgr.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/NormalStructMember.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/NumericValue.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/ParsedDeclaration.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/PointerDataType.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/PointerValue.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/PrimitiveDataType.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/StaticStructMember.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/StringValue.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/StructMember.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/TypeDictionary.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/Value.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/VarAccessInfo.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/Variable.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/DataTypeTestSupport.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/DebugPause.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/debug_pause_proto.h"
|
@ -0,0 +1 @@
|
||||
#include "trick/EchoJobs.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/echojobs_proto.h"
|
@ -0,0 +1 @@
|
||||
#include "trick/Environment.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/env_proto.h"
|
@ -0,0 +1 @@
|
||||
#include "trick/Event.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/EventInstrument.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/EventManager.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/EventManager_c_intf.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/EventProcessor.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/ExecutiveException.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/Executive.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/Threads.hh"
|
@ -1 +0,0 @@
|
||||
../../../../exec_proto.h
|
@ -0,0 +1 @@
|
||||
#include "trick/exec_proto.h"
|
@ -1 +0,0 @@
|
||||
../../../../exec_proto.hh
|
@ -0,0 +1 @@
|
||||
#include "trick/exec_proto.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/sim_mode.h"
|
@ -0,0 +1 @@
|
||||
#include "trick/ExternalApplication.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/ExternalApplicationManager.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/MalfunctionsTrickView.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/MonteMonitor.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/SimControlPanel.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/StripChart.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/TrickView.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/external_application_c_intf.h"
|
@ -0,0 +1 @@
|
||||
#include "trick/FrameDataRecordGroup.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/FrameLog.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/framelog_proto.h"
|
@ -0,0 +1 @@
|
||||
#include "trick/IPPython.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/IPPythonEvent.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/InputProcessor.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/MTV.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/input_processor_proto.h"
|
@ -0,0 +1 @@
|
||||
#include "trick/ABM_Integrator.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/Euler_Cromer_Integrator.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/Euler_Integrator.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/MM4_Integrator.hh"
|
@ -0,0 +1 @@
|
||||
#include "trick/NL2_Integrator.hh"
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user