C# 클래스 Unity.Robotics.ROSTCPConnector.MessageGeneration.ActionWrapper

파일 보기 프로젝트 열기: Unity-Technologies/ROS-TCP-Connector 1 사용 예제들

공개 메소드들

메소드 설명
ActionWrapper ( string inPath, string rosPackageName, string outPath ) : System
WrapAction ( ) : void
WrapActionSections ( string type ) : void

비공개 메소드들

메소드 설명
GenerateDefaultValueConstructor ( string className ) : string
GenerateDeserializerConstructor ( string className, bool callBase = true ) : string
GenerateParameterizedConstructor ( string className, string msgType ) : string
GenerateSerializationStatements ( string msgType ) : string

메소드 상세

ActionWrapper() 공개 메소드

public ActionWrapper ( string inPath, string rosPackageName, string outPath ) : System
inPath string
rosPackageName string
outPath string
리턴 System

WrapAction() 공개 메소드

public WrapAction ( ) : void
리턴 void

WrapActionSections() 공개 메소드

public WrapActionSections ( string type ) : void
type string
리턴 void