Home
last modified time | relevance | path

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

/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/tools/
H A DAdrOp.cpp62 bPosSet=false; in AdrOp()
104 bPosSet=origOP->bPosSet; in AdrOp()
122 bPosSet=false; in SetPos()
131 bPosSet=true; in SetPos()
139 bPosSet=true; in SetPosChecked()
141 else bPosSet=false; in SetPosChecked()
149 return bPosSet; in SetPosChecked()
163 bPosSet=true; in CheckPos()
169 return bPosSet; in CheckPos()
174 bPosSet=true; in CheckRelativePos()
[all …]
H A DAdrOp.h130 bool bPosSet; variable