RLPark 1.0.0
Reinforcement Learning Framework in Java

GrayCodeConverter.java

Go to the documentation of this file.
00001 package rlpark.plugin.robot.internal.disco.datatype;
00002 
00003 import rlpark.plugin.robot.internal.sync.LiteByteBuffer;
00004 
00005 
00006 public interface GrayCodeConverter {
00007   void convert(LiteByteBuffer source, LiteByteBuffer target);
00008 }
 All Classes Namespaces Files Functions Variables Enumerations
Zephyr
RLPark