Testing
This commit is contained in:
@@ -3,7 +3,9 @@ package pvdata
|
||||
import "io"
|
||||
|
||||
// BitSet is a variable-length set of bit indices, encoded on the wire as:
|
||||
// compact-size(n_bytes) + n_bytes of little-endian bits.
|
||||
//
|
||||
// compact-size(n_bytes) + n_bytes of little-endian bits.
|
||||
//
|
||||
// Bit 0 of byte 0 is field index 0, bit 1 of byte 0 is field index 1, etc.
|
||||
// Used in pvData Monitor responses for "changed" and "overrun" masks.
|
||||
type BitSet struct {
|
||||
|
||||
Reference in New Issue
Block a user