21 lines
290 B
Plaintext
Raw Normal View History

2015-02-26 09:02:31 -06:00
/*
* $Id:$
*/
#ifndef __BC635CLOCK_SM__
#define __BC635CLOCK_SM__
##include "sim_services/Clock/include/BC635Clock.hh"
class BC635SimObject : public Trick::SimObject {
public:
Trick::BC635Clock bc635 ;
BC635SimObject() { }
}
BC635SimObject trick_bc635 ;
#endif