コード例 #1
0
ファイル: channelRPC.py プロジェクト: crispd/masarService
    def __init__(self, channelName):
        """Constructor

        channelName The pvName of the channelRPC record for the service.
        request  A string to turn into a pvRequest"""
        # if(request==None) :
        #    self.cppPvt = channelRPCPy._init1(channelName)
        # else :
        #    self.cppPvt = channelRPCPy._init2(channelName,request)
        self.cppPvt = channelRPCPy._init(channelName)
コード例 #2
0
ファイル: channelRPC.py プロジェクト: shengb/masarService
    def __init__(self,channelName) :
        """Constructor

        channelName The pvName of the channelRPC record for the service.
        request  A string to turn into a pvRequest"""
        self.cppPvt = channelRPCPy._init(channelName)