Packages that use NMLConnectionInterface | |
---|---|
diagapplet.CodeGen | |
rcs.nml |
Uses of NMLConnectionInterface in diagapplet.CodeGen |
---|
Fields in diagapplet.CodeGen declared as NMLConnectionInterface | |
---|---|
NMLConnectionInterface |
ModuleInfo.m_cmd_read_Connection
|
NMLConnectionInterface |
ModuleInfo.m_cmd_write_Connection
|
NMLConnectionInterface |
ModuleInfo.m_stat_read_Connection
|
NMLConnectionInterface |
ModuleInfo.m_stat_write_Connection
|
NMLConnectionInterface |
BufferInfo.read_nml
Connection used by Diagnostics tool for reading from this buffer. |
NMLConnectionInterface |
BufferInfo.write_nml
Connection used by Diagnostics tool for writing to this buffer. |
Methods in diagapplet.CodeGen that return NMLConnectionInterface | |
---|---|
NMLConnectionInterface |
BufferInfo.createExtraChannel()
Create an extra channel cloning the options in the read channel. |
NMLConnectionInterface |
ModuleInfo.createExtraCommandChannel()
|
NMLConnectionInterface |
ModuleInfo.createExtraStatusChannel()
|
Uses of NMLConnectionInterface in rcs.nml |
---|
Classes in rcs.nml that implement NMLConnectionInterface | |
---|---|
class |
NMLConnection
Class for connecting to NML buffers, ussually via network sockets. |
Fields in rcs.nml declared as NMLConnectionInterface | |
---|---|
NMLConnectionInterface |
NMLException.nci
|
Methods in rcs.nml that return NMLConnectionInterface | |
---|---|
NMLConnectionInterface |
NMLConnectionCreator.NewNMLConnection()
|
NMLConnectionInterface |
NMLConnectionCreatorInterface.NewNMLConnection()
Create a new NMLConnnection. |
Constructors in rcs.nml with parameters of type NMLConnectionInterface | |
---|---|
NMLException(java.lang.String _message,
NMLConnectionInterface _nci)
|
|
NMLException(java.lang.String _message,
NMLConnectionInterface _nci,
java.lang.Exception _internal_exception)
|