Add template version of star processor
Add a templated version of StarChipPacket. A preliminary implementation using this for StarDataProcessor is added too.
This is made optional by allowing FeDataProcessor to be configured (via ["scans"]["processor"]["config"])
Leaving adding concepts until we update to c++20.
This also adds getBuf8
and getSize8
to RawData.h which are intended to return bytewise access to the buffer. For now the buffer is unchanged.
Edited by Bruce Joseph Gallop