E
Eitan
Hello,
I have defined a real time data acquisition point as:
public class DataAcqPoint
{
public byte DataSrc;
public long TimeStamp;
public float Value;
}
I would like to get some opinion of what would be the most efficient, fast
way to store the data points as they come. The number of data points can
reach in excess of 10,000. I get them in a rate of few points per second.
Thanks
EitanB
I have defined a real time data acquisition point as:
public class DataAcqPoint
{
public byte DataSrc;
public long TimeStamp;
public float Value;
}
I would like to get some opinion of what would be the most efficient, fast
way to store the data points as they come. The number of data points can
reach in excess of 10,000. I get them in a rate of few points per second.
Thanks
EitanB