trick/test/SIM_alloc_test/S_define

24 lines
523 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 "allocation/include/AllocTest.hh"
2015-02-26 15:02:31 +00:00
class AllocTestSimObject : public Trick::SimObject {
public:
AllocTest at ;
AllocTestWithMMInterface atwmmi ;
AllocTestSimObject() {
}
} ;
AllocTestSimObject alloc_test ;