#include <stdio.h>
Go to the source code of this file.
Classes | |
struct | BMPHeader |
struct | BMPInfoHeader |
class | BMP |
Typedefs | |
typedef unsigned char | byte |
typedef unsigned short | word |
typedef unsigned long | longword |
typedef char | sbyte |
typedef short | sword |
typedef long | slongword |
Variables | |
const longword | bmpcompressionRGB = 0 |
const longword | bmpcompressionRLE8 = 1 |
const longword | bmpcompressionRLE4 = 2 |
const longword | bmpcompressionRGB_MASK = 3 |
|
|
Definition at line 19 of file ImageObserver/util/BMP.h. Referenced by WAV::get_longword(), BallTrackingHead::GetPanTiltAngle(), BallTrackingHead7::GetPanTiltAngle(), NTP::ReceiveCont(), SoundRec::SaveSoundBufferAsWAV(), WAV::Set(), and FtpDTP::SetPort(). |
|
Definition at line 20 of file ImageObserver/util/BMP.h. Referenced by convert_to_timestamp(), GetTimeDifference(), NTP::ReceiveCont(), and BMP::YCrCb2RGB(). |
|
Definition at line 22 of file ImageObserver/util/BMP.h. Referenced by MTN::InterpolateCommandData(), and VirtualRobotComm_get_sensor_reading(). |
|
Definition at line 21 of file ImageObserver/util/BMP.h. |
|
Definition at line 18 of file ImageObserver/util/BMP.h. Referenced by WAV::get_word(), and SoundRec::SaveSoundBufferAsWAV(). |
|
Definition at line 41 of file ImageObserver/util/BMP.h. |
|
Definition at line 44 of file ImageObserver/util/BMP.h. |
|
Definition at line 43 of file ImageObserver/util/BMP.h. |
|
Definition at line 42 of file ImageObserver/util/BMP.h. |