Uses of Interface
diagapplet.CodeGen.DiagNMLMsgDictInterface

Packages that use DiagNMLMsgDictInterface
diagapplet.CodeGen   
 

Uses of DiagNMLMsgDictInterface in diagapplet.CodeGen
 

Classes in diagapplet.CodeGen that implement DiagNMLMsgDictInterface
 class DiagNMLMsgDict
          * NMLMessageDictionaries allow the marshalling and unmarshalling of NML messages.
 

Fields in diagapplet.CodeGen declared as DiagNMLMsgDictInterface
 DiagNMLMsgDictInterface BufferInfo.read_msg_dict
          NMLMessageDictionary associated with the read channel.
 DiagNMLMsgDictInterface BufferInfo.write_msg_dict
          NMLMessageDictionary associated with the write channel.
 

Methods in diagapplet.CodeGen that return DiagNMLMsgDictInterface
 DiagNMLMsgDictInterface DiagNMLMsgDictCreator.create(boolean cmd_stream, boolean stat_stream)
          Create a new DiagNMLMsgDict() object and set the fields cmd_stream and stat_stream.
 DiagNMLMsgDictInterface DiagNMLMsgDictCreatorInterface.create(boolean cmd_stream, boolean stat_stream)
          Create a new DiagNMLMsgDict() object and set the fields cmd_stream and stat_stream.
 DiagNMLMsgDictInterface ModuleInfo.get_aux_diag_msg_read_dict()
           
 DiagNMLMsgDictInterface ModuleInfo.get_aux_diag_msg_write_dict()