Class NMPILog
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.model.NMPILog
A Neuromorphic Platform Interface log core.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendContent
(String content) Append the string to the log.Gets the current log contents.void
setContent
(String content) Set the content.
-
Constructor Details
-
NMPILog
- Parameters:
buffer
- The buffer holding the log contents.
-
-
Method Details
-
getContent
Gets the current log contents.- Returns:
- The log contents, or
null
if the log is not yet initialised.
-
setContent
Set the content.- Parameters:
content
- The content to set
-
appendContent
Append the string to the log.- Parameters:
content
- The string to append.
-