ESA JPIP server  0.1
jpip::DataBinClass Class Reference

Class that contains the definitions of all the data-bin classes defined for the JPIP protocol. More...

#include <jpip.h>

Collaboration diagram for jpip::DataBinClass:

Public Types

enum  {
  PRECINCT = 0, EXTENDED_PRECINCT = 1, TILE_HEADER = 2, TILE_DATA = 4,
  EXTENDED_TILE = 5, MAIN_HEADER = 6, META_DATA = 8
}
 

Static Public Member Functions

static const char * GetName (int class_name)
 Returns a string with the name of the databin class name given,. More...
 

Private Member Functions

 DataBinClass ()
 

Detailed Description

Class that contains the definitions of all the data-bin classes defined for the JPIP protocol.

It is not possible to create an object of this class.

Member Enumeration Documentation

anonymous enum
Enumerator
PRECINCT 

Class identifier for precinct data-bins.

EXTENDED_PRECINCT 

Class identifier for extended precinct data-bins.

TILE_HEADER 

Class identifier for tile header data-bins.

TILE_DATA 

Class identifier for tile data-bins.

EXTENDED_TILE 

Class identifier for extended tile data-bins.

MAIN_HEADER 

Class identifier for main header data-bins.

META_DATA 

Class identifier for meta-data data-bins.

Constructor & Destructor Documentation

jpip::DataBinClass::DataBinClass ( )
inlineprivate

Member Function Documentation

const char * jpip::DataBinClass::GetName ( int  class_name)
static

Returns a string with the name of the databin class name given,.


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