Uses of Interface
io.engineblock.activityapi.cyclelog.buffers.results.CycleSegment
-
-
Uses of CycleSegment in io.engineblock.activityapi.cyclelog.buffers.results
Classes in io.engineblock.activityapi.cyclelog.buffers.results that implement CycleSegment Modifier and Type Class Description static classCycleArray.ArraySegmentMethods in io.engineblock.activityapi.cyclelog.buffers.results that return CycleSegment Modifier and Type Method Description CycleSegmentCycleArray. getInputSegment(int segmentLength)CycleSegmentCycleSegmentBuffer. toReadable() -
Uses of CycleSegment in io.engineblock.activityapi.cyclelog.inputs.cyclelog
Methods in io.engineblock.activityapi.cyclelog.inputs.cyclelog that return CycleSegment Modifier and Type Method Description CycleSegmentCycleLogInput. getInputSegment(int segmentLength) -
Uses of CycleSegment in io.engineblock.activityapi.input
Methods in io.engineblock.activityapi.input that return CycleSegment Modifier and Type Method Description CycleSegmentInput. getInputSegment(int segmentLength)Return the next InputSegment available, or null if none were available. -
Uses of CycleSegment in io.engineblock.activityimpl.input
Classes in io.engineblock.activityimpl.input that implement CycleSegment Modifier and Type Class Description static classInputInterval.SegmentMethods in io.engineblock.activityimpl.input that return CycleSegment Modifier and Type Method Description CycleSegmentAtomicInput. getInputSegment(int stride)CycleSegmentInputInterval. getInputSegment(int segmentLength)
-