trick/trick_source
Alex Lin 24a081a32b Event messages not printing
After further discussion, it was revealed that the event printouts would stop
coming out if a new event was created.  Found that the constructor of the
event was clearing out the static info_msg flag all events used to test
for printing.  Removed the assignment in the constructor and set the
initial value of the info_msg flag to false at the declaration point.

Fixes #38
2015-04-06 08:19:16 -05:00
..
codegen/Interface_Code_Gen Checkpoints cannot handle overloaded names 2015-03-25 17:15:42 -05:00
data_products Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
java Fixes #39: Added logic to restore missing strip chart properties when loaded from a TV file. 2015-04-02 14:16:13 -05:00
sim_objects Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
sim_services Event messages not printing 2015-04-06 08:19:16 -05:00
trick_swig Can't access fields in REGULA_FALSI structure in python 2015-03-26 08:40:02 -05:00
trick_utils Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
.gitignore Added rules in the makefile to include er7_utils and fermi-ware if they exist. If they don't exist then the code that depends on them will not be compiled. 2015-03-03 16:08:54 -06:00