Tango Core Classes Reference  9.3.4
Tango::EncodedAttribute Member List

This is the complete list of members for Tango::EncodedAttribute, including all inherited members.

decode_gray16(DeviceAttribute *attr, int *width, int *height, unsigned short **gray16)Tango::EncodedAttribute
decode_gray8(DeviceAttribute *attr, int *width, int *height, unsigned char **gray8)Tango::EncodedAttribute
decode_rgb32(DeviceAttribute *attr, int *width, int *height, unsigned char **rgb32)Tango::EncodedAttribute
encode_gray16(unsigned short *gray16, int width, int height)Tango::EncodedAttribute
encode_gray8(unsigned char *gray8, int width, int height)Tango::EncodedAttribute
encode_jpeg_gray8(unsigned char *gray8, int width, int height, double quality)Tango::EncodedAttribute
encode_jpeg_rgb24(unsigned char *rgb24, int width, int height, double quality)Tango::EncodedAttribute
encode_jpeg_rgb32(unsigned char *rgb32, int width, int height, double quality)Tango::EncodedAttribute
encode_rgb24(unsigned char *rgb24, int width, int height)Tango::EncodedAttribute
EncodedAttribute()Tango::EncodedAttribute
EncodedAttribute(int buf_pool_size, bool serialization=false)Tango::EncodedAttribute
~EncodedAttribute()Tango::EncodedAttribute