27 lines
828 B
C++
Raw Normal View History

/*
PURPOSE:
(Trick runtime simulation executive parameter definition.)
2015-02-26 09:02:31 -06:00
ICG: (No)
REFERENCE:
(((Bailey, R.W, and Paddock, E.J.) (Trick Simulation Environment)
(NASA:JSC #37943)
2015-02-26 09:02:31 -06:00
(JSC / Engineering Directorate / Automation and Robotics Division)
(June 1994) (--)))
2015-02-26 09:02:31 -06:00
ASSUMPTIONS AND LIMITATIONS:
((Only 64 levels of nested input data file inclusion.))
PROGRAMMERS:
(((Robert W. Bailey) (LinCom) (4/92) (--) (Realtime))
2015-02-26 09:02:31 -06:00
((Robert W. Bailey) (LinCom) (6/1/91) (Trick-CR-00000) (Initial Release)))
*/
#ifndef MESSAGE_PROTO_HH
#define MESSAGE_PROTO_HH
2015-02-26 09:02:31 -06:00
#include "sim_services/Message/include/MessageSubscriber.hh"
int message_subscribe( Trick::MessageSubscriber * in_ms ) ;
int message_unsubscribe( Trick::MessageSubscriber * in_ms ) ;
#endif