Previous topic

spinnman.messages.eieio.data_messages.eieio_32bit_with_payload.eieio_32bit_with_payload_upper_key_prefix_data_message module

Next topic

spinnman.messages.eieio.data_messages.eieio_data_header module

This Page

spinnman.messages.eieio.data_messages.abstract_eieio_data_element module

class spinnman.messages.eieio.data_messages.abstract_eieio_data_element.AbstractEIEIODataElement[source]

Bases: object

A marker interface for possible data elements in the EIEIO data packet

Abstract Methods

write_element(eieio_type, byte_writer) Write the element to the writer given the type

Detailed Methods

write_element(eieio_type, byte_writer)[source]

Write the element to the writer given the type

Parameters:
Raises SpinnmanInvalidParameterException:
 

If the type is incompatible with the element