Realistic 3D camera system
3D camera system components
Public Member Functions | Static Public Member Functions | List of all members
control_request Class Reference

#include <protocol.hpp>

Public Member Functions

 control_request ()
 
unsigned short old_port () const
 
unsigned short new_port () const
 
boost::array< asio::mutable_buffer, 1 > to_buffers ()
 

Static Public Member Functions

static const control_request start (unsigned short port)
 
static const control_request stop (unsigned short port)
 
static const control_request change (unsigned short old_port, unsigned short new_port)
 

Detailed Description

Definition at line 26 of file protocol.hpp.

Constructor & Destructor Documentation

control_request::control_request ( )
inline

Definition at line 30 of file protocol.hpp.

Member Function Documentation

static const control_request control_request::change ( unsigned short  old_port,
unsigned short  new_port 
)
inlinestatic

Definition at line 47 of file protocol.hpp.

unsigned short control_request::new_port ( ) const
inline

Definition at line 63 of file protocol.hpp.

unsigned short control_request::old_port ( ) const
inline

Definition at line 54 of file protocol.hpp.

static const control_request control_request::start ( unsigned short  port)
inlinestatic

Definition at line 35 of file protocol.hpp.

static const control_request control_request::stop ( unsigned short  port)
inlinestatic

Definition at line 41 of file protocol.hpp.

boost::array<asio::mutable_buffer, 1> control_request::to_buffers ( )
inline

Definition at line 72 of file protocol.hpp.


The documentation for this class was generated from the following file: