Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EDT:EGL Language conversion"

Line 19: Line 19:
 
*[[EDT:EGL Language Primitive Type Conversions]]  
 
*[[EDT:EGL Language Primitive Type Conversions]]  
 
*[[EDT:EGL Language System Types and Functions]]  
 
*[[EDT:EGL Language System Types and Functions]]  
 +
{| width="800" cellspacing="1" cellpadding="1" border="1"
 +
|-
 +
| RBD/EGL CE
 +
| EDT
 +
|-
 +
| system libraries
 +
| all needs to be fully qualified with library name <br>
 +
  i.e. sysLib, dateTimeLib, serviceLib, xmlLib...etc.
 +
|}
 
*[[EDT:EGL Language Statements]]  
 
*[[EDT:EGL Language Statements]]  
 
*[[EDT:EGL Language Literals]]  
 
*[[EDT:EGL Language Literals]]  

Revision as of 16:39, 26 August 2011

EGL language conversion consideration from RBD/EGLCE

RBD/EGL CE EDT
time replaced with timestamp
interval Not Supported, no replacement
RBD/EGL CE EDT
system libraries all needs to be fully qualified with library name
 i.e. sysLib, dateTimeLib, serviceLib, xmlLib...etc.
RBD/EGL CE EDT
basicLibrary no more basicLibrary

Back to the top