Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //LengthInitErr occurs when initializing ByteFifo with an invalid amount of elements LengthInitErr = byteFifoError{"Length of ResRing should be greater than 0"} //BaseTypeErr occurs when the internal ring structure of ByteFifo contains elements of the wrong type BaseTypeErr = byteFifoError{"Internal Ring Value Type incorrect, ResRing instance may not be generated from resring.New()"} //SameDataErr occurs when attempting to add data to the ByteFifo that is identical to the current data on top SameDataErr = byteFifoError{"New and Current data are identical"} )
Functions ¶
This section is empty.
Types ¶
type ByteFifo ¶
type ByteFifo struct {
// contains filtered or unexported fields
}
ByteFifo is a a structure similar to ring of resData structs, New()
Click to show internal directories.
Click to hide internal directories.