C# Class FauxMessages.KnownStuff

Exibir arquivo Open project: uml-robotics/ROS.NET Class Usage Examples

Public Properties

Property Type Description
KnownTypes string>.Dictionary

Public Methods

Method 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 method

public static GetConstTypesAffix ( string type ) : string
type string
return string

GetNamespacedType() public static method

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
return string

WhatItIs() public static method

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

WhatItIs() public static method

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

Property Details

KnownTypes public_oe static_oe property

public static Dictionary KnownTypes
return string>.Dictionary