mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 05:37:55 +00:00
26dfb3a000
Moved the lock memory function to the real time sync directory. It doesn't need to be part of the RealTimeSync class either so I left the lock/unlock code in the C language calls for real time functions. refs #195
19 lines
844 B
Plaintext
19 lines
844 B
Plaintext
object_${TRICK_HOST_CPU}/RealtimeSync.o: RealtimeSync.cpp \
|
|
${TRICK_HOME}/include/trick/RealtimeSync.hh \
|
|
${TRICK_HOME}/include/trick/Clock.hh \
|
|
${TRICK_HOME}/include/trick/Timer.hh \
|
|
${TRICK_HOME}/include/trick/exec_proto.h \
|
|
${TRICK_HOME}/include/trick/sim_mode.h \
|
|
${TRICK_HOME}/include/trick/message_proto.h \
|
|
${TRICK_HOME}/include/trick/message_type.h \
|
|
${TRICK_HOME}/include/trick/TrickConstant.hh
|
|
object_${TRICK_HOST_CPU}/RealtimeSync_c_intf.o: RealtimeSync_c_intf.cpp \
|
|
${TRICK_HOME}/include/trick/RealtimeSync.hh \
|
|
${TRICK_HOME}/include/trick/Clock.hh \
|
|
${TRICK_HOME}/include/trick/Timer.hh \
|
|
${TRICK_HOME}/include/trick/realtimesync_proto.h \
|
|
${TRICK_HOME}/include/trick/exec_proto.h \
|
|
${TRICK_HOME}/include/trick/sim_mode.h \
|
|
${TRICK_HOME}/include/trick/message_proto.h \
|
|
${TRICK_HOME}/include/trick/message_type.h
|