WUT Velma robot API
Variables
scripts.reset_shm_comm Namespace Reference

Variables

list shm_channels
 
list shm_files = []
 
string full_path = '/dev/shm/{}'.format(file_name)
 

Variable Documentation

◆ full_path

string scripts.reset_shm_comm.full_path = '/dev/shm/{}'.format(file_name)

Definition at line 32 of file reset_shm_comm.py.

◆ shm_channels

list scripts.reset_shm_comm.shm_channels
Initial value:
1 = [
2  'EC_Command',
3  'EC_Status',
4  'lLwr_cmd',
5  'lLwr_st',
6  'rLwr_cmd',
7  'rLwr_st',
8  'velma_core_cmd',
9  'velma_core_st',
10  'velma_core_cs_ve_body_cmd',
11  'velma_core_cs_ve_body_st',
12  'velma_core_cmd2',
13  'velma_core_st2',
14  ]

Definition at line 11 of file reset_shm_comm.py.

◆ shm_files

list scripts.reset_shm_comm.shm_files = []

Definition at line 26 of file reset_shm_comm.py.