rcs.nml
Interface NMLMessageDictionary

- All Known Implementing Classes:
- errlogMsgDict, perftypeMsgDict
- public interface NMLMessageDictionary
The NMLMessageDictionary interface is used to create
custom message sets for NML. It's primary function is
to match an integer type identifier with a particular
message class and update the class.
Related Documentation:
RCS Library, NML Programmers Guide (Java Version)
Source Code:
NMLMessageDictionary.java
|
Method Summary |
int |
formatMsg(NMLFormatConverter NMLfc)
This function should use NMLfc.type to select an
object of the appropriate class, set NMLfc.msg_to_update
to it, and call the objects update(NMLFormatConverter) function. |
formatMsg
public int formatMsg(NMLFormatConverter NMLfc)
- This function should use NMLfc.type to select an
object of the appropriate class, set NMLfc.msg_to_update
to it, and call the objects update(NMLFormatConverter) function.