#pragma once

#include "RTClock.hpp"

struct simpleDeviceRecord
{
	RTClock::CPFTimestamp timestamp;
	std::array<uint8_t, 256> message;		
};

	
