Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
SampleDefinition.cs
2{
7 {
11 NOctetInteger = 0,
12
16 Float32 = 1,
17
21 Double = 2,
22
26 NOctetFraction = 3,
27
31 BitSequence = 4,
32
36 LongInteger = 5,
37
41 LongFraction = 6,
42
45 TimeInstance = 7
46 }
47
51 public struct SampleDefinition
52 {
57
61 public byte DataModelLength;
62
67 }
68}
Ieee1451_0SampleDefinitionDataModel
Sample definition data models.
ushort DataModelSignificantBits
Data model significant bits. (§6.5.2.26)
Ieee1451_0SampleDefinitionDataModel DataModel
Data model. (§6.5.2.24)