FACT++  1.0
string FitsDumper::ValueTypeToStr ( char  type) const
private

Definition at line 109 of file fitsdump.cc.

Referenced by List().

110 {
111  switch (type)
112  {
113  case 'L': return "bool(8)";
114  case 'A': return "char(8)";
115  case 'B': return "byte(8)";
116  case 'I': return "short(16)";
117  case 'J': return "int(32)";
118  case 'K': return "int(64)";
119  case 'E': return "float(32)";
120  case 'D': return "double(64)";
121  default:
122  return "unknown";
123  }
124 }
int type

+ Here is the caller graph for this function: