C# 클래스 MissionPlanner.Log.LogBrowse.DataModifer

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner

공개 프로퍼티들

프로퍼티 타입 설명
commandString string
doOffsetFirst bool
offset double
scalar double

공개 메소드들

메소드 설명
DataModifer ( ) : System
DataModifer ( string _commandString ) : System
GetNodeName ( string parent, string child ) : string
IsValid ( ) : bool

비공개 메소드들

메소드 설명
ParseCommandString ( string _commandString ) : bool

메소드 상세

DataModifer() 공개 메소드

public DataModifer ( ) : System
리턴 System

DataModifer() 공개 메소드

public DataModifer ( string _commandString ) : System
_commandString string
리턴 System

GetNodeName() 공개 정적인 메소드

public static GetNodeName ( string parent, string child ) : string
parent string
child string
리턴 string

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

프로퍼티 상세

commandString 공개적으로 프로퍼티

public string commandString
리턴 string

doOffsetFirst 공개적으로 프로퍼티

public bool doOffsetFirst
리턴 bool

offset 공개적으로 프로퍼티

public double offset
리턴 double

scalar 공개적으로 프로퍼티

public double scalar
리턴 double