mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 05:37:55 +00:00
6c685d8400
* Fix formatting, grammar, and syntax Additionally, a sentence that referenced something that isn't used anywhere was removed. * Promote headers, Format stuff Many headers were far too deep. In some cases, the highest header was h4. To correct this, the offending headers were promoted once or twice as appropriate. Minor formatting changes were made, too. * Fixed an incorrect conversion constant. * Update library dependency explanation The old explanation was confusing and seemingly self contradicting in places. This new explanation aims to fix that. Co-authored-by: Matthew Elmer <m.elmer@mailbox.org>
999 B
999 B
Home → Documentation Home → Simulation Capabilities → Echo Jobs |
---|
Echo Jobs is a handy debugging toggle provided by Trick. When turned on, Echo Jobs will print the current simulation time and the name of the current job being executed. Echo Jobs is a convenient way to see the order of job execution and narrow down when and where something occurs during a simulation run.
All jobs (user jobs and Trick jobs) of the following job class will be echoed:
- initialization
- integration
- scheduled
- end_of_frame
- shutdown
Echo Jobs uses Trick's messaging system to publish each sim time / job name message, which means it will be sent to any enabled message subscribers (see @ref StatusMessageSystem "Status Message System").
User accessible routines
int echo_jobs_on() ;
int echo_jobs_off() ;