コード例 #1
0
ファイル: ccigen.py プロジェクト: dbrnz/cellml-api
 def simpleValueToCORBA(self, type, sname, cname):
     conversionutils.writeSimpleToCORBA(self.cci, type, sname, cname)
コード例 #2
0
ファイル: scigen.py プロジェクト: cellmlapi/cellml-api
 def simpleValueToCORBA(self, type, sname, cname, fromCall=0, toParam=0):
     conversionutils.writeSimpleToCORBA(self.sci, type, sname, cname,\
                                        fromCall, toParam)
コード例 #3
0
 def simpleValueToCORBA(self, type, sname, cname):
     conversionutils.writeSimpleToCORBA(self.cci, type, sname, cname)
コード例 #4
0
ファイル: scigen.py プロジェクト: osmanmx/cellml-api
 def simpleValueToCORBA(self, type, sname, cname, fromCall=0, toParam=0):
     conversionutils.writeSimpleToCORBA(self.sci, type, sname, cname,\
                                        fromCall, toParam)