integrate imc::object into parsing workflow

This commit is contained in:
2021-02-10 11:08:08 +01:00
parent 4f3e816dbf
commit eb2c49549a
5 changed files with 138 additions and 48 deletions

View File

@@ -114,7 +114,7 @@ namespace imc
}
unsigned long length = std::stoul(leng);
// declare corresponding key and block
// declare and initialize corresponding key and block
imc::key bkey( *(it+1)==imc::key_crit_ , newkey,
imc::keys.at(newkey).description_, version );
imc::block blk(bkey,it-buffer_.begin(),
@@ -165,14 +165,7 @@ namespace imc
}
}
// // extract imc objects
// void list_keygroup()
// {
// for ( auto &blk: this->rawblocks_ )
// {
// if ( blk.get_key().name_ == std::string("CK") )
// }
// }
// parse channel's raw data
public:
@@ -194,15 +187,6 @@ namespace imc
return cplxcnt_;
}
// collect meta data
void parse_meta()
{
}
// parse channel's raw data
};
}