R/RcppExports.R

Defines functions OpenSwmmOutFile GetSwmmResult GetSwmmTimes CloseSwmmOutFile

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

OpenSwmmOutFile <- function(outFile) {
    .Call('_swmmr_OpenSwmmOutFile', PACKAGE = 'swmmr', outFile)
}

GetSwmmResult <- function(iType, iIndex, vIndex) {
    .Call('_swmmr_GetSwmmResult', PACKAGE = 'swmmr', iType, iIndex, vIndex)
}

GetSwmmTimes <- function() {
    .Call('_swmmr_GetSwmmTimes', PACKAGE = 'swmmr')
}

CloseSwmmOutFile <- function() {
    .Call('_swmmr_CloseSwmmOutFile', PACKAGE = 'swmmr')
}

Try the swmmr package in your browser

Any scripts or data that you put into this service are public.

swmmr documentation built on March 2, 2020, 5:09 p.m.