IImageHorizonPixelPackConverter helper class.
|
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.
|
|
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
-
buffer | a char*. Data buffer |
length | a size_t. buffer length. |
decodedItem | a 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
-
buffer | a char*. Data buffer |
length | a size_t. buffer length. |
decodedItem | an 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
-
buffer | a char*. Data buffer |
length | a size_t. buffer length. |
decodedItem | a 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
-
buffer | a char*. Data buffer |
length | a size_t. buffer length. |
decodedItem | a ImageHorizonPixelPack*. Value |
- Returns
- bool.