Skip to content

Commit

Permalink
nasa/nos3#438 - Change time ticker to 10 ticks per second / 0.1 secon…
Browse files Browse the repository at this point in the history
…ds per time step / 100000 microseconds per tick.
  • Loading branch information
msuder committed Jan 8, 2025
1 parent 0789462 commit 4449f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/nos-linux/src/cfe_psp_start.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
/* Constants used for NOS Engine Time and NOS Engine bus */
#define ENGINE_SERVER_URI "tcp://nos_engine_server:12000"
#define ENGINE_BUS_NAME "command"
#define TICKS_PER_SECOND 100
#define TICKS_PER_SECOND 10
NE_Bus *CFE_PSP_Bus;
pthread_mutex_t CFE_PSP_sim_time_mutex;
NE_SimTime CFE_PSP_sim_time;
Expand Down

0 comments on commit 4449f4e

Please sign in to comment.