00001
00015 #ifndef DECODERCONSTANTS_HH
00016 #define DECODERCONSTANTS_HH
00017 #include <string>
00018
00020 namespace larlight{
00021
00023 namespace FORMAT{
00024
00026 enum INPUT_FILE{
00028 BINARY=0,
00030 ASCII,
00032 UNDEFINED
00033 };
00034 }
00035 }
00036 #endif
00037