Home | History | Annotate | Download | only in chameleon

Lines Matching full:board

90     """ChameleonConnection abstracts the network connection to the board.
92 When a chameleon board is rebooted, a xmlrpc call would incur a
202 """ChameleonBoard is an abstraction of a Chameleon board.
205 use this proxy to control the Chameleon board.
228 logging.info('There is no audio board on this Chameleon.')
232 """Resets Chameleon board."""
237 """Setup and reset Chameleon board.
240 None for just reset the board.
246 # Only clear the chameleon board log and register get log callback
258 """Reboots Chameleon board."""
272 """Gets all the ports on Chameleon board which are connected.
281 """Gets all the input ports on Chameleon board which are connected.
290 """Gets all the output ports on Chameleon board which are connected.
314 """Gets the audio board on Chameleon.
354 """ChameleonPort is an abstraction of a general port of a Chameleon board.