mirror of
https://github.com/nasa/trick.git
synced 2025-01-07 05:38:46 +00:00
14a75508a3
Changed all header file once include variables to follow the same naming convention and not start with any underscores. Also deleted old incorrect copyright notices. Also removed $Id: tags from all files. Fixes #14. Fixes #22.
17 lines
266 B
Plaintext
17 lines
266 B
Plaintext
|
|
#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
|
|
|