mirror of
https://github.com/nasa/trick.git
synced 2025-02-02 09:18:14 +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
|
||
|
|