mirror of
https://github.com/nasa/trick.git
synced 2025-02-01 16:57:59 +00:00
Add additional thread synchronization mechanisms
file location different in 15 than it is in 16. Modified include files to accomodate. refs #148
This commit is contained in:
parent
014d78e388
commit
c3b886c6e5
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
#include "trick/ThreadTrigger.hh"
|
#include "sim_services/Executive/include/ThreadTrigger.hh"
|
||||||
#include "trick/message_proto.h"
|
#include "sim_services/Message/include/message_proto.h"
|
||||||
|
|
||||||
/* ThreadTriggerBase empty routines */
|
/* ThreadTriggerBase empty routines */
|
||||||
Trick::ThreadTriggerBase::ThreadTriggerBase(ThreadTriggerType in_tt_type) : tt_type(in_tt_type) {}
|
Trick::ThreadTriggerBase::ThreadTriggerBase(ThreadTriggerType in_tt_type) : tt_type(in_tt_type) {}
|
Loading…
x
Reference in New Issue
Block a user