Documentation ¶
Index ¶
Constants ¶
View Source
const ( OpBagHeader = 0x03 OpBagChunk = 0x05 OpBagConnection = 0x07 OpBagMessageData = 0x02 OpBagIndexData = 0x04 OpBagChunkInfo = 0x06 )
Variables ¶
View Source
var (
BagMagic = []byte("#ROSBAG V2.0\n")
)
View Source
var (
ErrTooManyConnections = fmt.Errorf("bag contains connection ID > %d", math.MaxUint16)
)
View Source
var MessageDefinitionSeparator = []byte(
"================================================================================\n",
)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.