Static Public Member Functions |
|
static UClient | connect (String host) |
|
static int | convert (USound source, USound destination) |
|
static int | convert (UImage source, UImage destination) |
|
static void | disconnect (UClient client) |
|
static void | echo (String format) |
|
static void | execute () |
|
static void | exit (int code) |
|
static String | format_string (UImageFormat f) |
| | Conversion to string.
|
|
static String | format_string (USoundFormat f) |
| | Conversion to string.
|
|
static UClient | get_default_client () |
|
static SWIGTYPE_p_std__string | getClientConnectionID (UAbstractClient cli) |
|
static char | getComma () |
|
static UContextImpl | getCurrentContext () |
|
static UClient | getDefaultClient () |
|
static String | getFilteredHostname () |
| | Return current hostname mangled to fit into an urbiscript variable name.
|
|
static LockSpec | getLOCK_FUNCTION_DROP () |
|
static LockSpec | getLOCK_FUNCTION_KEEP_ONE () |
|
static char | getParallel () |
|
static char | getPipe () |
|
static UObjectMode | getRunningMode () |
|
static char | getSemicolon () |
|
static UObjectCPP | getUObject (String n) |
|
static UObjectHub | getUObjectHub (String n) |
|
static int | initialize (String host, int port, long buflen, boolean exitOnDisconnect, boolean server, StringVector files, boolean useSyncClient) |
|
static int | initialize (String host, int port, long buflen, boolean exitOnDisconnect, boolean server, StringVector files) |
|
static int | initialize (String host, int port, long buflen, boolean exitOnDisconnect, boolean server) |
|
static int | initialize (String host, int port, long buflen, boolean exitOnDisconnect) |
|
static boolean | is_propertytype (int i) |
|
static boolean | isPluginMode () |
|
static boolean | isRemoteMode () |
|
static int | main (int argc, String[] argv, UrbiRoot root, boolean block, boolean errors) |
|
static int | main (int argc, String[] argv, UrbiRoot root, boolean block) |
|
static int | main (int argc, String[] argv, UrbiRoot root) |
|
static String | name (UProperty u) |
|
static UImageFormat | parse_image_format (String arg0) |
|
static USoundFormat | parse_sound_format (String arg0) |
| | Parse a sound format string.
|
|
static void | send (String str) |
|
static void | setCurrentContext (UContextImpl arg0) |
|
static void | setDefaultClient (UClient cl) |
|
static void | setThreadLimit (long nThreads) |
| | Set maximum number of threads to use for threaded calls (0=unlimited).
|
|
static String | syncline_push (String srcdir, String file, long line) |
|
static void | uobject_unarmorAndSend (String str) |
|
static UProperty | uproperty (String cp) |
|
static int | urbi_launch (int argc, String[] argv, UrbiRoot root) |
|
static int | urbi_main (int argc, String[] argv, UrbiRoot root, boolean block, boolean errors) |
Definition at line 11 of file urbi.java.