FUSE_header_t Struct Reference
general packet header More...
#include <fuse.h>
Public Attributes | |
| uint32_t | message_type |
| packet type from FUSE_message_type_t | |
| uint32_t | payload_size |
| payload size | |
Detailed Description
general packet headerDefinition at line 81 of file fuse.h.
Member Data Documentation
| uint32_t FUSE_header_t::message_type |
packet type from FUSE_message_type_t
Definition at line 82 of file fuse.h.
Referenced by FuseNetworkMessage::FuseNetworkMessage(), and FuseNetworkMessage::type().
| uint32_t FUSE_header_t::payload_size |
payload size
Definition at line 83 of file fuse.h.
Referenced by FuseNetworkMessage::FuseNetworkMessage(), FuseNetworkMessage::pack(), FuseNetworkMessage::payload_size(), FuseNetworkTransceiver::recv(), and FuseNetworkMessage::set_payload().
The documentation for this struct was generated from the following file:
- src/firevision/fvutils/net/fuse.h

