Mercurial > hg > Papers > 2022 > riono-master
changeset 29:03402185cb9c
update
author | riono <e165729@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 04 Feb 2022 17:57:03 +0900 |
parents | 58042e63c429 |
children | 2a9f335e45bd |
files | Paper/chapter/3-ChristieSharp.tex Paper/chapter/4-WorkingInUnity.tex Paper/master_paper.pdf |
diffstat | 3 files changed, 9 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Paper/chapter/3-ChristieSharp.tex Fri Feb 04 17:24:17 2022 +0900 +++ b/Paper/chapter/3-ChristieSharp.tex Fri Feb 04 17:57:03 2022 +0900 @@ -1,13 +1,17 @@ \chapter{Christie Sharp} \section{Christie Sharpの記述方法} -ソースコード\ref{}、\ref{}、\ref{}はソースコード\ref{src:StartCGExample}、\ref{src:CGExample}、\ref{src:CounteObj}をChrisite Sharpで書き換えたものである。 +ソースコード\ref{src:CSStartCGExample}、\ref{src:CSCGExample}、\ref{src:CSCountExample}はソースコード\ref{src:StartCGExample}、\ref{src:CGExample}、\ref{src:CounteObj}をChrisite Sharpで書き換えたものである。 +JavaとC\#は大きく記述方法は変わらず、annotationがattributeになっている点が一番の違いである。 +そのためChristieとChrisite Sharptには互換性があると言える。 - +\lstinputlisting[label=src:CSStartCGExample, caption=Chrisite SharpにおけるStartCodeGearの記述例]{src/cs/StartCGExample.cs} +\lstinputlisting[label=src:CSCGExample, caption=Chrisite SharpにおけるCodeGearの記述例]{src/cs/CodeGearExample.cs} +\lstinputlisting[label=src:CSCountExample, caption=Chrisite SharpにおけるDGとして送信されるオブジェクトのクラス]{src/cs/CountObject.cs} \section{Topology Manager} - +% 移植時の問題 \section{2nd key} +% TopologyManagerでのHashMapを全て送っている問題 -