QTools  7.3.4
Collection of Host-Based Tools
Loading...
Searching...
No Matches
qview.py File Reference

Go to the source code of this file.

Classes

class  qview.QView
 
class  qview.QView._AttachDialog
 
class  qview.QView._MessageDialog
 
class  qview.QView._GlbFilterDialog
 
class  qview.QView._LocFilterDialog
 
class  qview.QView._LocFilterDialog_AO_OBJ
 
class  qview.QView._CurrObjDialog
 
class  qview.QView._CommandDialog
 
class  qview.QView._NoteDialog
 
class  qview.QView._PeekDialog
 
class  qview.QView._PokeDialog
 
class  qview.QView._EvtDialog
 
class  qview.QSpy
 Helper class for UDP-communication with the QSpy front-end (non-blocking UDP-socket version for QView) More...
 

Namespaces

namespace  qview
 

Functions

 qview.reset_target (*args)
 Send the RESET packet to the Target.
 
 qview.command (cmdId, param1=0, param2=0, param3=0)
 executes a given command in the Target
 
 qview.tick (tick_rate=0)
 trigger system clock tick in the Target
 
 qview.peek (offset, size, num)
 peeks data in the Target
 
 qview.poke (offset, size, data)
 pokes data into the Target
 
 qview.glb_filter (*args)
 Set/clear the Global-Filter in the Target.
 
 qview.loc_filter (*args)
 Set/clear the Local-Filter in the Target.
 
 qview.ao_filter (obj_id)
 Set/clear the Active-Object Local-Filter in the Target.
 
 qview.current_obj (obj_kind, obj_id)
 Set the Current-Object in the Target.
 
 qview.query_curr (obj_kind)
 query the current object in the Target
 
 qview.publish (signal, params=None)
 publish a given event to subscribers in the Target
 
 qview.post (signal, params=None)
 post a given event to the current AO object in the Target
 
 qview.init (signal=0, params=None)
 take the top-most initial transition in the current SM object in the Target
 
 qview.dispatch (signal, params=None)
 dispatch a given event in the current SM object in the Target
 
 qview.qunpack (fmt, bstr)
 Unpack a QS trace record.
 
 qview.main ()
 

Variables

int qview.OBJ_SM = 0
 
int qview.OBJ_AO = 1
 
int qview.OBJ_MP = 2
 
int qview.OBJ_EQ = 3
 
int qview.OBJ_TE = 4
 
int qview.OBJ_AP = 5
 
int qview.GRP_ALL = 0xF0
 
int qview.GRP_SM = 0xF1
 
int qview.GRP_AO = 0xF2
 
int qview.GRP_MP = 0xF3
 
int qview.GRP_EQ = 0xF4
 
int qview.GRP_TE = 0xF5
 
int qview.GRP_QF = 0xF6
 
int qview.GRP_SC = 0xF7
 
int qview.GRP_SEM = 0xF8
 
int qview.GRP_MTX = 0xF9
 
int qview.GRP_U0 = 0xFA
 
int qview.GRP_U1 = 0xFB
 
int qview.GRP_U2 = 0xFC
 
int qview.GRP_U3 = 0xFD
 
int qview.GRP_U4 = 0xFE
 
int qview.GRP_UA = 0xFF
 
int qview.GRP_ON = GRP_ALL
 
int qview.GRP_OFF = -GRP_ALL
 
int qview.IDS_ALL = 0xF0
 
tuple qview.IDS_AO = (0x80 + 0)
 
tuple qview.IDS_EP = (0x80 + 64)
 
tuple qview.IDS_EQ = (0x80 + 80)
 
tuple qview.IDS_AP = (0x80 + 96)
 
 qview.HOME_DIR = None
 home directory of the customization script