📄 commn150.java
字号:
/* * CommN150.java */package EDU.gatech.cc.is.abstractrobot;import EDU.gatech.cc.is.communication.Transceiver;import EDU.gatech.cc.is.util.*;/** * Provides an abstract interface to the hardware of * a communicating Nomad 150 robot. In addition to the * basic capabilities of a SimpleN150 robot a CommN150 robot * can communicate. * <P> * <A HREF="../COPYRIGHT.html">Copyright</A> * (c)1998 Tucker Balch * * @author Tucker Balch * @version $Revision: 1.1 $ * @see CommN150Hard * @see CommN150Sim */public interface CommN150 extends SimpleN150, Transceiver, KinSensor { }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -