7   out << header.
url << 
"\n";
 
   11   for (
auto& c : 
BASE) {
 
   14   out << 
"module " << 
BASE << 
"\n";
 
   19   for (
auto i = 0; i < csv.
types.size(); i++) {
 
   20     out << 
"  const " << csv.
names[i] << 
" = " << csv.
numbers[i] << 
"\n";
 
void convertHeader< JULIA >(std::ostream &out, const Header &header)
 
void convertCSV< JULIA >(std::ostream &out, const CSV &csv)
 
static const JPBS_t BASE(3, 2)
PBS of detection unit base
 
std::vector< std::string > numbers
 
std::vector< std::string > types
 
std::vector< std::string > names