MISB 0601 Converter Library  Version 1.0.1.8
Public Member Functions | List of all members
IImageHorizonPixelPackConverter Class Referenceabstract

IImageHorizonPixelPackConverter helper class.

Public Member Functions

virtual char * EncodeImageHorizonPixelPack (ImageHorizonPixelPack *item, size_t &length, bool UDSKey)=0
 
virtual bool DecodeLDSHorizon (const char *buffer, size_t length, ImageHorizonPixelPack *decodedItem)=0
 Decoder method decods the supplied buffer and fills the ImageHorizonPixelPack structure. More...
 
virtual bool DecodeLDSBufferHorizon (const char *buffer, size_t length, ImageHorizonPixelPack *decodedItem)=0
 Decoder method decods the supplied buffer and fills the ImageHorizonPixelPack structure. More...
 
virtual bool DecodeUDSHorizon (const char *buffer, size_t length, ImageHorizonPixelPack *decodedItem)=0
 Decoder method decods the supplied buffer and fills the ImageHorizonPixelPack structure. More...
 
virtual bool DecodeUDSBufferHorizon (const char *buffer, size_t length, ImageHorizonPixelPack *decodedItem)=0
 Decoder method decods the supplied buffer and fills the ImageHorizonPixelPack structure. More...
 
virtual ~IImageHorizonPixelPackConverter ()
 Virtual destructor.
 

Member Function Documentation

virtual bool IImageHorizonPixelPackConverter::DecodeLDSBufferHorizon ( const char *  buffer,
size_t  length,
ImageHorizonPixelPack decodedItem 
)
pure virtual

Decoder method decods the supplied buffer and fills the ImageHorizonPixelPack structure

Parameters
buffera char*. Data buffer
lengtha size_t. buffer length.
decodedItema ImageHorizonPixelPack*. Value
Returns
bool.
virtual bool IImageHorizonPixelPackConverter::DecodeLDSHorizon ( const char *  buffer,
size_t  length,
ImageHorizonPixelPack decodedItem 
)
pure virtual

Decoder method decods the supplied buffer and fills the ImageHorizonPixelPack structure

Parameters
buffera char*. Data buffer
lengtha size_t. buffer length.
decodedIteman ImageHorizonPixelPack*. Value
Returns
bool.
virtual bool IImageHorizonPixelPackConverter::DecodeUDSBufferHorizon ( const char *  buffer,
size_t  length,
ImageHorizonPixelPack decodedItem 
)
pure virtual

Decoder method decods the supplied buffer and fills the ImageHorizonPixelPack structure

Parameters
buffera char*. Data buffer
lengtha size_t. buffer length.
decodedItema ImageHorizonPixelPack*. Value
Returns
bool.
virtual bool IImageHorizonPixelPackConverter::DecodeUDSHorizon ( const char *  buffer,
size_t  length,
ImageHorizonPixelPack decodedItem 
)
pure virtual

Decoder method decods the supplied buffer and fills the ImageHorizonPixelPack structure

Parameters
buffera char*. Data buffer
lengtha size_t. buffer length.
decodedItema ImageHorizonPixelPack*. Value
Returns
bool.
Untitled 1




 Copyright 2010,    IMPLEOTV SYSTEMS LTD