Method | Description | |
---|---|---|
GenerateDirectoryActions ( string inPath, string outPath, bool verbose = false ) : List |
||
GeneratePackageActions ( string inPath, string outPath, string rosPackageName = "", bool verbose = false ) : List |
||
GenerateSingleAction ( string inPath, string outPath, string rosPackageName = "", bool verbose = false ) : List |
||
GetActionClassPaths ( string inFilePath, string outPath ) : string[] |
public static GenerateDirectoryActions ( string inPath, string outPath, bool verbose = false ) : List |
||
inPath | string | |
outPath | string | |
verbose | bool | |
return | List |
public static GeneratePackageActions ( string inPath, string outPath, string rosPackageName = "", bool verbose = false ) : List |
||
inPath | string | |
outPath | string | |
rosPackageName | string | |
verbose | bool | |
return | List |
public static GenerateSingleAction ( string inPath, string outPath, string rosPackageName = "", bool verbose = false ) : List |
||
inPath | string | |
outPath | string | |
rosPackageName | string | |
verbose | bool | |
return | List |
public static GetActionClassPaths ( string inFilePath, string outPath ) : string[] | ||
inFilePath | string | |
outPath | string | |
return | string[] |