This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
ddsf:public:guidebook:06_append:01_family_of_standards:05_wip:idlcsharp [2020/06/07 21:49] char created |
ddsf:public:guidebook:06_append:01_family_of_standards:05_wip:idlcsharp [2021/07/14 15:51] (current) murphy ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== OMG: IDL4 to C# Language Mapping ====== | ====== OMG: IDL4 to C# Language Mapping ====== | ||
| - | [[ddsf:private:cookbook:06_append:01_family_of_standards| return to the DDS Family of Standards ]] | + | [[ddsf:public:guidebook:06_append:01_family_of_standards:start| return to the DDS Family of Standards ]] |
| <table> | <table> | ||
| Line 7: | Line 7: | ||
| | Acronym | IDL4-CSHARP| | | Acronym | IDL4-CSHARP| | ||
| | Version | 1.1 beta | | | Version | 1.1 beta | | ||
| - | | OMG Document Number | ptc/19-07-02 | | + | | OMG Document Number | ptc/20-03-02 | |
| | Release Date | March 2020| | | Release Date | March 2020| | ||
| | About Specification | [[https://www.omg.org/spec/IDL4-CSHARP/]] | | | About Specification | [[https://www.omg.org/spec/IDL4-CSHARP/]] | | ||
| - | | Document | [[https://www.omg.org/spec/IDL4-CSHARP/1.1/Beta1/PDF]| | + | | Document | [[https://www.omg.org/spec/IDL4-CSHARP/1.1/Beta1/PDF]]| |
| </table> | </table> | ||
| Line 16: | Line 16: | ||
| ===== Scope ===== | ===== Scope ===== | ||
| - | : //This specification defines the mapping of OMG Interface Definition Language v4 to the C# programming language[ECMA-334]. The language mapping covers all of the IDL constructs in the current Interface Definition Language specification [OMG-IDL4]. The language mapping makes use of C# language features as appropriate and natural.// | + | : //This specification defines the mapping of [[ddsf:public:guidebook:06_append:glossary:o:omg]] Interface Definition Language v4 to the C# programming language [[https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-334.pdf|[ECMA-334] ]]. The language mapping covers all of the [[ddsf:public:guidebook:06_append:glossary:i:idl]] constructs in the current Interface Definition Language specification [[ddsf:public:guidebook:06_append:01_family_of_standards:01_core:interface_definitions_language_idl|[OMG-IDL4]]]. The language mapping makes use of C# language features as appropriate and natural.// |
| + | |||
| + | |||
| + | /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
| + | /* To add a discussion page to this page, comment out the line that says | ||
| + | ~~DISCUSSION:off~~ | ||
| + | */ | ||
| + | ~~DISCUSSION:on|Outstanding Issues~~ | ||
| + | ~~DISCUSSION:off~~ | ||
| + | |||