Class NMPILog

java.lang.Object
uk.ac.manchester.spinnaker.nmpi.model.NMPILog

public class NMPILog
extends Object
A Neuromorphic Platform Interface log core.
  • Constructor Details

    • NMPILog

      public NMPILog​(StringBuilder buffer)
      Parameters:
      buffer - The buffer holding the log contents.
  • Method Details

    • getContent

      public String getContent()
      Gets the current log contents.
      Returns:
      The log contents, or null if the log is not yet initialised.
    • setContent

      public void setContent​(String content)
      Set the content.
      Parameters:
      content - The content to set
    • appendContent

      public void appendContent​(String content)
      Append the string to the log.
      Parameters:
      content - The string to append.