|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simantics.databoard.history.SamplingConfiguration
public class SamplingConfiguration
Sampling Configuration is a description how values are collected from a valuation source and written into a history container. SamplingConfiguration is an input file to SampleCollector. type SamplingConfiguration = { subscription : Subscription } type Subscription = { variableId : Variant, deadband : Optional( Double ), interval : Optional( Variant ) } See Sample Collector
Nested Class Summary | |
---|---|
static class |
SamplingConfiguration.Subscription
|
static class |
SamplingConfiguration.SubscriptionItem
|
Constructor Summary | |
---|---|
SamplingConfiguration()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SamplingConfiguration()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |