#include <unistd.h>
#include <cstdio>
#include <cassert>
#include <ros/time.h>
#include "SDL/SDL.h"
Go to the source code of this file.
Functions |
| int | main (int argc, char **argv) |
| unsigned char | saturate (float f) |
Variables |
| const unsigned | HEIGHT = 480 |
| const unsigned | WIDTH = 640 |
Function Documentation
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
| unsigned char saturate |
( |
float |
f | ) |
[inline] |
Variable Documentation
| const unsigned WIDTH = 640 |