pub fn make_packet<T>(signals_received: usize, message: T) -> MessagePacket<T>
Create a packet from its parts.