Interface SamplingInfo

All Known Subinterfaces:
DBRTimeEvent
All Known Implementing Classes:
CSVEvent, HashMapEvent, PBScalarByte, PBScalarDouble, PBScalarEnum, PBScalarFloat, PBScalarInt, PBScalarShort, PBScalarString, PBV4GenericBytes, PBVectorByte, PBVectorDouble, PBVectorEnum, PBVectorFloat, PBVectorInt, PBVectorShort, PBVectorString, POJOEvent, SimulationEvent

public interface SamplingInfo
Some additional info pertaining to the process of archiving. For now, we only include the count.
Author:
mshankar
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    setRepeatCount(int repeatCount)
     
  • Method Details

    • getRepeatCount

      int getRepeatCount()
    • setRepeatCount

      void setRepeatCount(int repeatCount)