
05-12-2002, 01:30 PM
|
|
Junior Contributor
|
|
Join Date: Aug 2001
Posts: 235
|
|
bits
|
I need a tutorial on bits... I need to enter various numbers into the following bit locations but I don't know how to figure what goes where...
here is the message I send to the application:
PostMessage MMTY_HWND, MMTTY_MSG, RXM_SETVIEW, xxyy
where xxyy is the following
b0-b2 Display width of FFT spectrum
b4-b5 FFT gain
b6-b7 FFT response time
b8 XY scope size
b10-b11 XY scope quality
b12 XY scope display on/off
b13 FFT gain test mode
Also will someone explain to me this upper16 bit and lower 16 bit
again using the same format post message
PostMessage MMTY_HWND, MMTTY_MSG, RXM_WINPOS, xxyy
lParam (upper 16 bits) = Y-axis position (screen pixel value)
lParam (lower 16 bits) = X-axis position (screen pixel value)
Thanks
Rick
|
|