|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object maslab.telemetry.channel.Channel maslab.telemetry.channel.ScopeChannel
public class ScopeChannel
Channel for displaying time-varying analog values to the BotClient
Constructor Summary | |
---|---|
ScopeChannel(java.lang.String name)
Create a new ScopeChannel |
Method Summary | |
---|---|
void |
publish(double value)
Plot a point on the time graph. |
Methods inherited from class maslab.telemetry.channel.Channel |
---|
addCommandListener |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScopeChannel(java.lang.String name)
name
- The channel nameMethod Detail |
---|
public void publish(double value)
value
- The value to send.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |