|
x393
1.0
FPGAcodeforElphelNC393camera
|
Public Member Functions |
Public Attributes |
Definition at line 79 of file socket_command.py.
| def __init__ | ( | self, | |
host = 'localhost', |
|||
port = 7777 |
|||
| ) |
Definition at line 80 of file socket_command.py.
| def communicate | ( | self, | |
| snd_str | |||
| ) |
Definition at line 84 of file socket_command.py.
References x393Client.HOST, and x393Client.PORT.
Referenced by x393Client.read(), x393Client.start(), x393Client.stop(), x393Client.waitIrq(), and x393Client.write().
| def flush | ( | self | ) |
Definition at line 105 of file socket_command.py.
| def read | ( | self, | |
| address | |||
| ) |
Definition at line 109 of file socket_command.py.
References x393Client.communicate().
| def start | ( | self | ) |
Definition at line 91 of file socket_command.py.
References x393Client.communicate().
| def stop | ( | self | ) |
Definition at line 94 of file socket_command.py.
References x393Client.communicate().
| def waitIrq | ( | self, | |
| irqMask, | |||
| wait_ns | |||
| ) |
Definition at line 101 of file socket_command.py.
References x393Client.communicate().
| def write | ( | self, | |
| address, | |||
| data | |||
| ) |
Definition at line 97 of file socket_command.py.
References x393Client.communicate().
| cmd |
Definition at line 83 of file socket_command.py.
| HOST |
Definition at line 82 of file socket_command.py.
Referenced by x393Client.communicate().
| PORT |
Definition at line 81 of file socket_command.py.
Referenced by x393Client.communicate().