Commit 54709880 authored by fischer's avatar fischer
Browse files

Constants added

parent a8a12dba
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -15,6 +15,9 @@ module LibItsCam_TypesAndValues {

group camValues {
    
  const boolean c_precisely := true;
  const boolean c_notPrecisely := false;
	    
  const CrashStatus c_activated := true;
  const CrashStatus c_deactivated := false;