Skip to content

Commit

Permalink
Solve testing error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrockwell2 committed Apr 5, 2024
1 parent ae586c1 commit 8ebd937
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/trick/sim_mode.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
#ifndef SIMMODE_HH
#define SIMMODE_HH

#ifdef __cplusplus
extern "C" {
#endif

typedef enum {

NoCmd = 0 , /* NoCmd */
Expand All @@ -40,4 +44,7 @@ typedef enum {

const char * simModeCharString(SIM_MODE mode);

#ifdef __cplusplus
}
#endif
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "trick/message_proto.h"
#include "trick/message_type.h"
#include "trick/TrickConstant.hh"
#include "trick/sim_mode.h"

Trick::CheckPointRestart * the_cpr ;

Expand Down

0 comments on commit 8ebd937

Please sign in to comment.