public class MissionPackageState extends Object
| Modifier and Type | Field and Description |
|---|---|
protected MissionPackageMessage |
lastMessage |
| Constructor and Description |
|---|
MissionPackageState() |
| Modifier and Type | Method and Description |
|---|---|
List<LinkState> |
GetLinkStateList()
This parameter gives the link number that will be described by the next
two parameters (Value and Torque).
|
String |
getName()
Name of the mission package
|
double |
getTime()
Timestamp form the UT since server start in seconds.
|
Boolean |
isReady()
Used to make sure the object is filled.
|
void |
updateMessage(MissionPackageMessage message)
Method used for updating the message object that provides particular
properties for given type.
|
protected MissionPackageMessage lastMessage
public void updateMessage(MissionPackageMessage message)
message - Mission package message from server.public double getTime()
public Boolean isReady()
public String getName()
public List<LinkState> GetLinkStateList()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.