From e60698a15bcb755f1bb09f620c50edf0e1cc7726 Mon Sep 17 00:00:00 2001 From: caremoli Date: Mon, 22 Mar 2010 11:04:07 +0000 Subject: [PATCH] CCAR: add CALCIUM_long type support for datastream port --- module_generator/gener.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/module_generator/gener.py b/module_generator/gener.py index 7f39254..ee8bfbd 100644 --- a/module_generator/gener.py +++ b/module_generator/gener.py @@ -47,13 +47,14 @@ def corba_out_type(typ, module): else: return corbaOutTypes[typ] -calciumTypes = {"CALCIUM_double":"CALCIUM_double", - "CALCIUM_integer":"CALCIUM_integer", +calciumTypes = {"CALCIUM_double":"CALCIUM_double", + "CALCIUM_integer":"CALCIUM_integer", "CALCIUM_real":"CALCIUM_real", - "CALCIUM_string":"CALCIUM_string", - "CALCIUM_complex":"CALCIUM_complex", + "CALCIUM_string":"CALCIUM_string", + "CALCIUM_complex":"CALCIUM_complex", "CALCIUM_logical":"CALCIUM_logical", - } + "CALCIUM_long":"CALCIUM_long", + } DatastreamParallelTypes = {"Param_Double_Port":"Param_Double_Port"} -- 2.39.2