Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Calibration.cs
1using System;
2
4{
5 internal class Calibration
6 {
7 public DateTime Reference;
8 public long ReferenceHfTick;
9 public double TicksTo100Ns;
10 }
11}