FARGOS/VISTA Object Management Environment Core  ..
FARGOS/VISTA Object Management Environment Core Table of Contents
OMEruntime.h
Go to the documentation of this file.
1 #ifndef _OME_RUNTIME_H
2 #define _OME_RUNTIME_H "$Id: OMEruntime.h 453 2020-07-23 20:20:44Z geoff $"
4 
6 // single global include for applications
7 
8 #include <OMEdebugInfo.h>
9 #include <OMEnamespace.h>
10 #include <OMEthread.h>
11 #include <OMEcore.h>
12 
19 int VISTAOMEmain(int argc, const char **argv, const char **envp = nullptr);
20 
51 int OMEinitSystem(const char *rcFileName,
52  int argc = 0, const char **argv = nullptr, const char **envp = nullptr);
53 
58 int OMEmainLoop(uint_fast32_t methodLimit = 20000);
59 
62 #endif
63 /* vim: set expandtab shiftwidth=4 tabstop=4: */
OMEmainLoop
int OMEmainLoop(uint_fast32_t methodLimit=20000)
Run method invocations and handle events, such as input available and timer expiration.
Definition: OMEevent.cpp:243
OMEcore.h
OMEthread.h
VISTAOMEmain
int VISTAOMEmain(int argc, const char **argv, const char **envp=nullptr)
Library main entry point.
OMEinitSystem
int OMEinitSystem(const char *rcFileName, int argc=0, const char **argv=nullptr, const char **envp=nullptr)
Standard initialization routine for FARGOS/VISTA Object Management Environment.
OMEdebugInfo.h
OME debug and profiling interfaces.
OMEnamespace.h
Generated: Tue Jul 28 2020 16:03:25
Support Information