Skip to content

Commit

Permalink
"_atp" suffix changed to "_adp" suffix.
Browse files Browse the repository at this point in the history
  • Loading branch information
PStmmr authored and azoitl committed Jun 9, 2024
1 parent 482c1c2 commit 37cccd3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
* Alois Zoitl - initial API and implementation and/or initial documentation
*******************************************************************************/

#include "ARTimeOut_atp.h"
#include "ARTimeOut_adp.h"
#ifdef FORTE_ENABLE_GENERATED_SOURCE_CPP
#include "ARTimeOut_atp_gen.cpp"
#include "ARTimeOut_adp_gen.cpp"
#endif

#include "criticalregion.h"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
* Alois Zoitl - initial API and implementation and/or initial documentation
*******************************************************************************/

#include "ATimeOut_atp.h"
#include "ATimeOut_adp.h"
#ifdef FORTE_ENABLE_GENERATED_SOURCE_CPP
#include "ATimeOut_atp_gen.cpp"
#include "ATimeOut_adp_gen.cpp"
#endif

#include "criticalregion.h"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/stdfblib/events/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ forte_add_sourcefile_hcpp( E_REND E_RS E_SELECT E_SR)
forte_add_sourcefile_hcpp(E_CYCLE E_DEMUX E_F_TRIG E_PERMIT)
forte_add_sourcefile_hcpp(E_RDELAY E_RESTART E_R_TRIG E_SPLIT E_SWITCH)
forte_add_sourcefile_hcpp(GEN_E_DEMUX_fbt GEN_E_MUX_fbt)
forte_add_sourcefile_hcpp(ATimeOut_atp E_TimeOut_fbt ARTimeOut_atp E_RTimeOut_fbt E_T_FF)
forte_add_sourcefile_hcpp(ATimeOut_adp E_TimeOut_fbt ARTimeOut_adp E_RTimeOut_fbt E_T_FF)
forte_add_sourcefile_hcpp(E_TRAIN)
forte_add_sourcefile_hcpp(E_PULSE_fbt E_TP_fbt E_TON_fbt E_TOF_fbt E_TONOF_fbt)
2 changes: 1 addition & 1 deletion src/stdfblib/events/E_RTimeOut_fbt.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "forte_array.h"
#include "forte_array_fixed.h"
#include "forte_array_variable.h"
#include "ARTimeOut_atp.h"
#include "ARTimeOut_adp.h"


class FORTE_E_RTimeOut final : public CCompositeFB {
Expand Down
2 changes: 1 addition & 1 deletion src/stdfblib/events/E_TimeOut_fbt.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "forte_array.h"
#include "forte_array_fixed.h"
#include "forte_array_variable.h"
#include "ATimeOut_atp.h"
#include "ATimeOut_adp.h"

#include "../arch/timerha.h"

Expand Down

0 comments on commit 37cccd3

Please sign in to comment.