Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEclipse
external my_ext {
  // field definitions
  int type : static_size(1);
  ascii Anum : static_size(8);
  ascii Bnum : terminated_by(0xA);
};


internal UDP_Int : 
   extends_class( "com.digitalroute.udp.agent.UDPPacketUDR" ) {
};


in_map UDP_InMap :
    external( my_ext ),
    internal( UDP_Int ),
    target_internal( my_UDP_TI ) {
    automatic;
};


decoder myDecoder : in_map( UDP_InMap );


Scroll ignore
scroll-viewportfalse
scroll-pdftrue
scroll-officefalse
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmlfalse


Next: