Package rcs.nml

Interface Summary
MsgToTimeStamp Interface passed to tell indexer how to get a timestamp double seconds since epoch 12:00 AM Jan 1, 1970
NMLConnectionCreatorInterface Interface to NMLConnectionCreator used by CodeGenerator and Diagnostics tool to avoid circular dependancies.
NMLConnectionInterface An interface to NMLConnection used by CodeGenenerator and diagnostics tool to avoid circular dependancies.
NMLErrorAppender Interface used to pass a function that will be called when errors occur so that they might be log to a TextField of file etc.
NMLFormatConvertErrCallbackInterface Interface for classes to be called when NML errors occur during formatting to provide more informative error messages.
NMLMessageDictionary The NMLMessageDictionary interface is used to create custom message sets for NML.
 

Class Summary
CMS_DATE Date structure wih built in NML update and a special update format for XML.
CMS_TIME Date structure wih built in NML update and a special update format for XML.
debugInfo Allows control of whether and to which print stream NML debug prints are done in the rest of the NML java classes.
errlogMsgDict Implements an NML message dictionary for a set of messages usually used for logging errors and/or communication with a generic operator interface.
LogTimeEntry Class representing one entry in an indexed log.
NML_DISPLAY Class used to send an operator interface a small text message to display.
NML_ENUM_INFO Information stored about an enumeration passed via NML.
NML_ERROR Generic class used to send an operator inteface as small text error message.
NML_TEXT Class used to send an operator interface a small text message to display.
NMLBufferConfigInfo Class encapsulating information from the configuration file/server about an NML buffer.
NMLConfigInfo Class encapsulating all informaation from an NML configuration file/server.
NMLConnection Class for connecting to NML buffers, ussually via network sockets.
NMLConnectionCreator Creates NMLConnections.
NMLFormatConverter interface each NMLmsg should use to implement it's update function.
NMLFormatConverterBase This class is the base class for all classes used by NML to convert local data types to some neutral format usable by many different types of hosts.
NMLmsg This is the abstract base class of all messages sent or recieved via NML.
NMLSingleVarLog The class is used to store the value a single variable extracted from a large or potentially large message and that was automatically collected at some frequency.
NMLSingleVarLogItem Object stored in NMLSingeVarLog items_list;
PackedFileReader Class that allows the reading of packed files directly without using an NMLConnection.
PackedFileWriter Class that allows the writing of packed files directly without using an NMLConnection.
PackedFormatConverter The PackedFormatConverter converts NML message classes to Packed.
RCS_CMD_MSG Base class for NML command messages.
RCS_STAT_MSG Base class for NML status messages.
RCS_STAT_MSG_V2 A second version of the RCS_STAT_MSG used for base messages of RCS status perhaps considered for use in moast.
time_tracker Simple class to track wall-clock performance time.
XDRFormatConverter The XDRFormatConverter converts NML message classes to XDR.
XMLFileReader  
XMLFileWriter  
XMLFormatConverter Used internally by NML to convert messages to and from XML.
 

Exception Summary
NMLException The base class for all exceptions thrown by NML.