Entries, Defines – Teledyne LeCroy USB File Based Decode Manual User Manual
Page 6

2
C
OMPUTER
A
CCESS
T
ECHNOLOGY
C
ORPORATION
USB R
EQUEST
D
EFINITION
(.
REQ
) F
ILES
Reference Manual
Request(<bRequest_0>)=
{
...
}
Request(<bRequest_1>)=
{
...
}
Request(<bRequest_2>)=
{
...
}
...
[EndpointData=
{
...
}]
opt
[EndpointData=
{
...
}]
opt
...
Entries
This section describes the basic entries that comprise a .req file.
Note: There must be no white space in between keywords and the equal sign (=) ;
for example:
GroupName=
. However, it is permissible to put white space
between values and the equal sign; e.g.,
GroupName= Class
or
0x00 = RequestName
. In the case of keywords that require parentheses fol-
lowed by an equal sign, there must not be white space on either side of the paren-
theses:
Request(...)=
.
Defines
The
Defines
keyword is an optional entry that is used to associate a numeric
value with a text string. Once the association is set up, those values can be referred
to by name in the request definitions. The
Defines
definition uses the following
format: