Documentation
¶
Overview ¶
Package protoudp implements the UDPROS protocol.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Frame ¶
type Frame struct {
ConnectionID uint32
Opcode Opcode
MessageID uint8
BlockID uint16
Payload []byte
}
Frame is a UDPROS frame.
type HeaderPublisher ¶
type HeaderPublisher struct {
Callerid string
Topic string
Type string
Md5sum string
MessageDefinition string
}
HeaderPublisher is a publisher header.
type HeaderSubscriber ¶
type HeaderSubscriber struct {
Callerid string
Topic string
Type string
Md5sum string
MessageDefinition string
}
HeaderSubscriber is a subscriber header.
Click to show internal directories.
Click to hide internal directories.