• Classes
  • Modules
  • Namespaces
  • Files
  • Related Pages
  • File List
  • File Members

faultStateConstants.h

Go to the documentation of this file.
00001 #ifndef FAULTSTATECONSTANTS_H_
00002 #define FAULTSTATECONSTANTS_H_
00003 
00004 namespace faultState
00005 {
00006    const char * const ACTIVE_STRING = "ACTIVE";
00007    const char * const TERMINATE_STRING = "TERMINATE";
00008    const char * const CHANGE_STRING = "CHANGE";
00009    const char * const INSTANT_STRING = "INSTANT_STRING";
00010    const char * const ASI_PREFIX_PROPERTY_STRING = "ASI_PREFIX_PROPERTY";
00011    const char * const ASI_SUFFIX_PROPERTY_STRING = "ASI_SUFFIX_PROPERTY";
00012 };
00013 
00014 #endif /*FAULTSTATECONSTANTS_H_*/

Generated on Thu Jul 8 2010 19:47:47 for ACS-9.0 C++ API by  doxygen 1.7.0