Autor Thema: Meaning of Oscat VMAP[x] := binary_binary...  (Gelesen 4808 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline moumie

  • Newbie
  • *
  • Beiträge: 7
    • Profil anzeigen
Meaning of Oscat VMAP[x] := binary_binary...
« am: 24. August 2015, 12:01:18 »
PLease in the Oscat netlib documentation P.119-120. There is the following assignment format to the function code.

VMAP[m].FC := DWORD#2#binary_binary_binary_binary; (FC n, n,n, n)

where n = function code (I understand clearly).
m = index of the VMAP array.

e.g:
VMAP[1].FC := DWORD#2#00000000_10000000_00000000_00011100); (FC 2,3,4,23)
VMAP[2].FC := DWORD#2#00000000_10000000_00000000_00011000); (FC 3,4,23)
VMAP[3].FC := DWORD#2#00000000_11000001_10000000_01111010);(FC1,3-6,15-16,23)
VMAP[4].FC := DWORD#2#00000000_11000001_00000000_01011000); (FC 3,4,6,16,23)

Can someone tell me the meaning of this expression ?

Regards.
« Letzte Änderung: 24. August 2015, 14:52:04 von moumie »