示例#1
0
    def create(self, pointers):
        """Creates the DSN. The variables are pointers."""

        # psa - pointer to search attribute space; this has something to do
        # with FORTRAN definitions/pointers (see source code)

        psa = hspf.wdlbaxpy(self.wdm, self.number, pointers.dstype,
                            pointers.ndn, pointers.nup, pointers.nsa,
                            pointers.nsp, pointers.ndp)
示例#2
0
文件: wdmutil.py 项目: eotp/PyHSPF
    def create(self, pointers):
        """Creates the DSN. The variables are pointers."""

        # psa - pointer to search attribute space; this has something to do
        # with FORTRAN definitions/pointers (see source code)

        psa = hspf.wdlbaxpy(self.wdm, self.number, pointers.dstype, 
                            pointers.ndn, pointers.nup, pointers.nsa, 
                            pointers.nsp, pointers.ndp)