Realistic 3D camera system
3D camera system components
|
#include <protocol.hpp>
Public Types | |
enum | { payload_size = 32 } |
Public Member Functions | |
frame () | |
frame (unsigned long frame_number, const std::string &payload_data) | |
unsigned long | number () const |
const std::string | payload () const |
boost::array< asio::mutable_buffer, 1 > | to_buffers () |
Definition at line 101 of file protocol.hpp.
anonymous enum |
Enumerator | |
---|---|
payload_size |
Definition at line 105 of file protocol.hpp.
|
inline |
Definition at line 108 of file protocol.hpp.
|
inline |
Definition at line 113 of file protocol.hpp.
|
inline |
Definition at line 122 of file protocol.hpp.
|
inline |
Definition at line 131 of file protocol.hpp.
|
inline |
Definition at line 137 of file protocol.hpp.