trick/trick_sims/SIM_alloc_test/S_define

24 lines
528 B
Plaintext
Raw Normal View History

2015-02-26 15:02:31 +00:00
/************************TRICK HEADER*************************
PURPOSE:
(This sim shows the different ways to allocate a class in)
the input file.)
*************************************************************/
#include "sim_objects/default_trick_sys.sm"
##include "test/allocation/include/AllocTest.hh"
class AllocTestSimObject : public Trick::SimObject {
public:
AllocTest at ;
AllocTestWithMMInterface atwmmi ;
AllocTestSimObject() {
}
} ;
AllocTestSimObject alloc_test ;