mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 05:37:55 +00:00
21 lines
290 B
Plaintext
21 lines
290 B
Plaintext
|
|
/*
|
|
* $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
|
|
|