Documentation ¶ Index ¶ Variables func New(w io.Writer, lut id.TriceIDLookUp, m *sync.RWMutex, li id.TriceIDLookUpLI, ...) decoder.Decoder Constants ¶ This section is empty. Variables ¶ View Source var ( Doubled16BitID bool AddNewlineToEachTriceMessage bool SingleFraming bool // SingleFraming demands, that each received package contains not more than a singe Trice message. ) Functions ¶ func New ¶ func New(w io.Writer, lut id.TriceIDLookUp, m *sync.RWMutex, li id.TriceIDLookUpLI, in io.Reader, endian bool) decoder.Decoder New provides a TREX decoder instance. l is the trice id list in slice of struct format. in is the usable reader for the input bytes. Types ¶ This section is empty. Source Files ¶ View all Source files trexDecoder.go Click to show internal directories. Click to hide internal directories.