Functions | |
def | cleanup () |
def | deletefiles () |
def | imgCallBack (data) |
Variables | |
int | filenum = 0 |
int | imgnum = 0 |
int | MAXFILES = 100 |
string | PATH = "/dev/shm/rosimgframes" |
def image_to_shm.cleanup | ( | ) |
Definition at line 14 of file image_to_shm.py.
def image_to_shm.deletefiles | ( | ) |
Definition at line 20 of file image_to_shm.py.
def image_to_shm.imgCallBack | ( | data | ) |
Definition at line 28 of file image_to_shm.py.
int image_to_shm.filenum = 0 |
Definition at line 8 of file image_to_shm.py.
int image_to_shm.imgnum = 0 |
Definition at line 11 of file image_to_shm.py.
int image_to_shm.MAXFILES = 100 |
Definition at line 9 of file image_to_shm.py.
string image_to_shm.PATH = "/dev/shm/rosimgframes" |
Definition at line 10 of file image_to_shm.py.