finished metadata extraction

This commit is contained in:
2021-02-11 17:17:09 +01:00
parent 6f9133c638
commit a03930515e
3 changed files with 116 additions and 27 deletions

View File

@@ -302,7 +302,7 @@ namespace imc
for ( std::map<std::string,imc::channel>::iterator it = channels_.begin();
it != channels_.end(); ++it)
{
chns.push_back(it->second.get_json());
chns.push_back(it->second.get_info());
}
return chns;
}