C# Class FauxMessages.SrvsFile

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

Public Properties

Property Type Description
GeneratedDictHelper string
HasHeader bool
Name string
Namespace string
Request MsgsFile
Stuff List
backhalf string
classname string
dimensions string
fronthalf string
requestbackhalf string
requestfronthalf string
responsebackhalf string
resposonebackhalf string

Public Methods

Method Description
SrvsFile ( MsgFileLocation filename ) : System
ToString ( ) : string
Write ( string outdir ) : void

Method Details

SrvsFile() public method

public SrvsFile ( MsgFileLocation filename ) : System
filename YAMLParser.MsgFileLocation
return System

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( string outdir ) : void
outdir string
return void

Property Details

GeneratedDictHelper public_oe property

public string GeneratedDictHelper
return string

HasHeader public_oe property

public bool HasHeader
return bool

Name public_oe property

public string Name
return string

Namespace public_oe property

public string Namespace
return string

Request public_oe property

public MsgsFile,FauxMessages Request
return MsgsFile

Stuff public_oe property

public List Stuff
return List

backhalf public_oe property

public string backhalf
return string

classname public_oe property

public string classname
return string

dimensions public_oe property

public string dimensions
return string

fronthalf public_oe property

public string fronthalf
return string

requestbackhalf public_oe property

public string requestbackhalf
return string

requestfronthalf public_oe property

public string requestfronthalf
return string

responsebackhalf public_oe property

public string responsebackhalf
return string

resposonebackhalf public_oe property

public string resposonebackhalf
return string