|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrcs.nml.NMLmsg
rcs.nml.RCS_CMD_MSG
public class RCS_CMD_MSG
Base class for NML command messages.
Related Documentation: RCS Library, NML Programmers Guide (Java Version)
| Field Summary | |
|---|---|
int |
serial_number
Applications ussually increment the serial number each time a command is sent, this number is ussually echoed back in the status message so that supervisors can tell which command is currently executing or just completed. |
| Fields inherited from class rcs.nml.NMLmsg |
|---|
size, type |
| Constructor Summary | |
|---|---|
protected |
RCS_CMD_MSG()
|
|
RCS_CMD_MSG(int _type)
|
| Method Summary | |
|---|---|
void |
update(NMLFormatConverter nml_fc)
This function should be overloaded to provide a function that will convert this message to a nuetral format that can be used, by many different types of hosts. |
| Methods inherited from class rcs.nml.NMLmsg |
|---|
clone |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int serial_number
| Constructor Detail |
|---|
protected RCS_CMD_MSG()
public RCS_CMD_MSG(int _type)
| Method Detail |
|---|
public void update(NMLFormatConverter nml_fc)
NMLmsg
update in class NMLmsgnml_fc - NMLFormatConverter that provides functions for updating
all of the basic data types.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||