Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vsnet_dloadenum.h File Reference
#include <config.h>
#include <iostream>
#include "vsfilesystem.h"

Go to the source code of this file.

Namespaces

 VsnetDownload
 
 VsnetDownload::Client
 

Constant Groups

 VsnetDownload
 
 VsnetDownload::Client
 

Enumerations

enum  VsnetDownload::Subcommand {
  VsnetDownload::ResolveRequest, VsnetDownload::ResolveResponse, VsnetDownload::DownloadRequest, VsnetDownload::DownloadError,
  VsnetDownload::Download, VsnetDownload::DownloadFirstFragment, VsnetDownload::DownloadFragment, VsnetDownload::DownloadLastFragment,
  VsnetDownload::UnexpectedSubcommand
}
 
enum  VsnetDownload::Client::State {
  VsnetDownload::Client::Idle, VsnetDownload::Client::Queued, VsnetDownload::Client::Resolving, VsnetDownload::Client::Resolved,
  VsnetDownload::Client::Requested, VsnetDownload::Client::FragmentReceived, VsnetDownload::Client::Completed
}
 

Functions

std::ostream & VsnetDownload::operator<< (std::ostream &ostr, Subcommand e)
 
std::ostream & VsnetDownload::Client::operator<< (std::ostream &ostr, State s)
 
std::ostream & VsnetDownload::Client::operator<< (std::ostream &ostr, VSError e)