1 function y = isModule( klass )
3 robolog('class is supposed to be a
string/
char.','ERR');
5 temp=superclasses(klass);
10 y=any(cellfun(@(x)strcmp(x,'
module'),temp));
12 y=strcmp(temp,'module');
function robolog(in msg, in varargin)
This function allows the user to print log messages in a standard way.
Superclass: collection/sequence of unit.