Exemplo n.º 1
0
void ThreadedDyscoColumn<DataType>::UnserializeExtraHeader(std::istream& stream)
{
	Header header;
	header.Unserialize(stream);
	_antennaCount = header.antennaCount;
	_blockSize = header.blockSize;
}