Home
last modified time | relevance | path

Searched refs:ChartDepthUnitType (Results 1 – 2 of 2) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dchartbase.h95 typedef enum ChartDepthUnitType enum
177 virtual ChartDepthUnitType GetDepthUnitType(void) { return m_depth_unit_id;} in GetDepthUnitType()
223 ChartDepthUnitType m_depth_unit_id;
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dpluginmanager.cpp6896 m_depth_unit_id = (ChartDepthUnitType)m_ppicb->GetDepthUnitId(); in Init()