Robochameleon  v1.0
Functions
createRoboUnit.m File Reference

Robochameleon utility to create a new unit with a basic template. More...

Go to the source code of this file.

Functions

function createRoboUnit (in className, in version, in varargin)
 Creates a new unit with the given name and version. More...
 

Detailed Description

Robochameleon utility to create a new unit with a basic template.

Example:

% Initialize robochameleon path
% From the directory where the class file should be located
createRoboUnit MyClass 1
createRoboUnit('MyClass', 1) % Alternative calling

Definition in file createRoboUnit.m.

Function Documentation

function createRoboUnit ( in  className,
in  version,
in  varargin 
)

Creates a new unit with the given name and version.

Parameters
classNameThe name of the class
versionThe version of the class
varargin{1}The robochameleon root path. (Not required if the init script 'robochameleon' has been executed.