mirror of
https://github.com/nasa/trick.git
synced 2025-01-09 14:32:53 +00:00
21 lines
291 B
Plaintext
21 lines
291 B
Plaintext
|
|
/*
|
|
* $Id:$
|
|
*/
|
|
|
|
#ifndef __TPROCLOCK_SM__
|
|
#define __TPROCLOCK_SM__
|
|
|
|
##include "sim_services/Clock/include/TPROCTEClock.hh"
|
|
|
|
class TPROSimObject : public Trick::SimObject {
|
|
public:
|
|
Trick::TPROCTEClock tpro_cte ;
|
|
TPROSimObject() { }
|
|
}
|
|
|
|
TPROSimObject trick_tpro ;
|
|
|
|
#endif
|
|
|