OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
SWMM_ConversionResult Struct Reference

Result of a node or link type conversion. More...

#include <openswmm_edit.h>

Collaboration diagram for SWMM_ConversionResult:

Public Attributes

int new_type
 
const char ** cleared_fields
 
int n_cleared
 
const char ** warnings
 
int n_warnings
 

Detailed Description

Result of a node or link type conversion.

Lists type-specific fields that were cleared and any topology warnings generated. Caller must pass to swmm_conversion_result_free when done.

Member Data Documentation

◆ cleared_fields

const char** SWMM_ConversionResult::cleared_fields

NULL-terminated array of cleared field names.

◆ n_cleared

int SWMM_ConversionResult::n_cleared

Number of cleared field names.

◆ n_warnings

int SWMM_ConversionResult::n_warnings

Number of warnings.

◆ new_type

int SWMM_ConversionResult::new_type

The resulting C-API type enum value.

◆ warnings

const char** SWMM_ConversionResult::warnings

NULL-terminated array of topology warning strings.


The documentation for this struct was generated from the following file: