Tag, channels and flags

Table 2.3. Tag and Flags

Urbi commanddescriptioncomment
myTag : sleep (2s),tag a command with myTagThis allows to freeze or stop the command
myChannel << a;Send command output in given channelUseful for message filtering (liburbi)
myTag +begin : command;display "*** begin at begin of commanduseful for debugging tag
myTag +end : command;display "*** end" at end of command 
myTag +report : command;display "*** begin" at begin and "*** end" at endsame as +begin + end
myTag +error : command;notify for errors 
myTag +connection(s) : command;run command on the connection "s", "all", "other", "Uxxxxxx"'s' is a string, this flag will deasappear in futur versions !
myTag +bg : command;run in background 
taglist;return the list of tagsformat: !!! for error, ### for warning, *** for information