C# Class FauxMessages.KnownStuff

Afficher le fichier Open project: uml-robotics/ROS.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
KnownTypes string>.Dictionary

Méthodes publiques

Méthode Description
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

Method Details

GetConstTypesAffix() public static méthode

public static GetConstTypesAffix ( string type ) : string
type string
Résultat string

GetNamespacedType() public static méthode

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
Résultat string

WhatItIs() public static méthode

public static WhatItIs ( MsgsFile parent, string s, string extraindent ) : SingleType
parent MsgsFile
s string
extraindent string
Résultat SingleType

WhatItIs() public static méthode

public static WhatItIs ( MsgsFile parent, SingleType t ) : void
parent MsgsFile
t SingleType
Résultat void

Property Details

KnownTypes public_oe static_oe property

public static Dictionary KnownTypes
Résultat string>.Dictionary