C# Class Unity.Robotics.ROSTCPConnector.MessageGeneration.ActionWrapper

Afficher le fichier Open project: Unity-Technologies/ROS-TCP-Connector Class Usage Examples

Méthodes publiques

Méthode Description
ActionWrapper ( string inPath, string rosPackageName, string outPath ) : System
WrapAction ( ) : void
WrapActionSections ( string type ) : void

Private Methods

Méthode Description
GenerateDefaultValueConstructor ( string className ) : string
GenerateDeserializerConstructor ( string className, bool callBase = true ) : string
GenerateParameterizedConstructor ( string className, string msgType ) : string
GenerateSerializationStatements ( string msgType ) : string

Method Details

ActionWrapper() public méthode

public ActionWrapper ( string inPath, string rosPackageName, string outPath ) : System
inPath string
rosPackageName string
outPath string
Résultat System

WrapAction() public méthode

public WrapAction ( ) : void
Résultat void

WrapActionSections() public méthode

public WrapActionSections ( string type ) : void
type string
Résultat void