C# 클래스 FauxMessages.KnownStuff

파일 보기 프로젝트 열기: uml-robotics/ROS.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
KnownTypes string>.Dictionary

공개 메소드들

메소드 설명
GetConstTypesAffix ( string type ) : string
GetNamespacedType ( SingleType st, string type = null ) : string

Returns the namespaced type name (if neccessary)

WhatItIs ( MsgsFile parent, string s, string extraindent ) : SingleType
WhatItIs ( MsgsFile parent, SingleType t ) : void

메소드 상세

GetConstTypesAffix() 공개 정적인 메소드

public static GetConstTypesAffix ( string type ) : string
type string
리턴 string

GetNamespacedType() 공개 정적인 메소드

Returns the namespaced type name (if neccessary)
public static GetNamespacedType ( SingleType st, string type = null ) : string
st SingleType This thing's SingleType
type string (optional) the type string
리턴 string

WhatItIs() 공개 정적인 메소드

public static WhatItIs ( MsgsFile parent, string s, string extraindent ) : SingleType
parent MsgsFile
s string
extraindent string
리턴 SingleType

WhatItIs() 공개 정적인 메소드

public static WhatItIs ( MsgsFile parent, SingleType t ) : void
parent MsgsFile
t SingleType
리턴 void

프로퍼티 상세

KnownTypes 공개적으로 정적으로 프로퍼티

public static Dictionary KnownTypes
리턴 string>.Dictionary