Ïúíþ ð Ø ˜ ˜ __text __TEXT € __apple_names __DWARF __apple_objc __DWARF __apple_namespac__DWARF H X __apple_types __DWARF l
Definition: tmp3.o.cpp:1
void initializeAsType(const enum OMEtypes_t t)
The fundamental tagged data type used through the FARGOS/VISTA infrastructure.
Definition: OMEtype.cpp:95
@ timerExpired
elapsed time timer
Definition: OMEevent.h:25
SMV_StandaloneNumeric< uint32_t > OMEdebugFlag("debugFlag")
int OMEmainLoop(uint_fast32_t methodLimit)
FARGOS/VISTA Object Mangement Environment main loop. Invokes OMEdoWork(). Upon return,...
Definition: OMEevent.cpp:243
int OMEinitSystem(const char *rcFileName, int mainArgc, const char *mainArgv[], const char *envp[])
Definition: OMEinit.cpp:142
DEFINE_STANDARD_VARS_FOR_THIS_COMPONENT()
Implements associative array of OMEtype elements.
Definition: OMEassoc.h:112
ASSOC_HASH_KEY_t nextIndex(const ASSOC_HASH_KEY_t currentSubscript) const
Definition: OMEassoc.h:236
Implements text and binary string storage.
Definition: OMEstring.h:305
bool indexExists(const uint32_t i) const
Definition: OMEarray.h:202
Fundamental ANY type for FARGOS/VISTA Object Management Environment.
Definition: OMEbaseType.h:250
bool indexExists(const ASSOC_HASH_KEY_t i) const
Definition: OMEassoc.h:226
#define MAIN_FUNCTION_NAME
Definition: vista.cpp:61
void determineCharacterSet()
Definition: OMEstring.h:391
#define LOG_COUT(lvl)
Convenience macro that uses LOG_INTO() to conditionally log a message to standard output.
Definition: logging_api.hpp:3007
class OMEstring * s
Definition: OMEbaseType.h:299
#define OME_FLAG_SORT_DESCENDING
Sort descending.
Definition: OMEtype.h:122
int32_t i
Definition: OMEbaseType.h:285
class OMEarray * array
Definition: OMEbaseType.h:294
SMV_StandaloneString< 128 > OMEstopReason("stopReason")
const char srcID[]
Definition: catSym.c:17
@ OME_STRING
Definition: OMEmanifests.h:85
void noteCharacterSet(uint_fast8_t c)
Definition: OMEstring.h:386
#define OMEdebugLogLevel3
Definition: OMEdebugInfo.h:35
ssize_t findSubstring(const unsigned char *source, size_t srcLen, const unsigned char *subString, size_t subLen)
Searches for a substring within a buffer.
Definition: OMEstring.cpp:60
const OMEstring & getKeyForIndex(const ASSOC_HASH_KEY_t i) const
Definition: OMEassoc.h:198
int stringToArrayOfTokens(OMEtype &result, const OMEstring &source, const char *delimeterList, const int convertFlag)
Tokenizes a string and saves the parsed tokens as individual elements of an array.
Definition: utils.cpp:139
uint_fast8_t getCharacterSet() const
Definition: OMEstring.h:396
void OMEclearNameSpaceTable()
Definition: OMEnamespace.cpp:380
int OMEclearEventQueue(OMEevent::OMEeventType eventType)
Definition: OMEevent.cpp:65
OMEassocStorage::ASSOC_HASH_KEY_t ASSOC_HASH_KEY_t
Definition: OMEassoc.h:125
DECLARE_STANDARD_COMPONENT_VARS(THIS_COMPONENT)
#define THIS_COMPONENT
Definition: vista.cpp:11
OME fundamental type implementation.
void OMEclearRoutingTable()
Clear the entire routing table.
Definition: OMErouteEntry.cpp:158
size_t length() const
Definition: OMEstring.h:401
void OMEconvertString(OMEtype &result, OMEstring *token, const uint_fast16_t forceBase, const bool discard)
Converts text strings into numeric values.
Definition: utils.cpp:24
void unregisterAllServices()
Definition: OMEthread.cpp:109
const char srcID[] OME_USED
Definition: tick_time.cpp:24
uint_fast32_t elementCount() const OME_ALWAYS_INLINE
Definition: OMEarray.h:247
int subscriptsInOrder(OMEtype &result, const OMEtype &list, uint_fast8_t descending)
Examines an array (either sparse or associative) and returns a list of subscripts that allow the elem...
Definition: utils.cpp:333
#define OME_FLAG_SORT_CASE_INSENSITIVE
Ignore case during sort.
Definition: OMEtype.h:124
void OMEclearUserIDtable()
Definition: OMEobjACL.cpp:490
ARRAY_SUBSCRIPT_t nextIndex(const uint32_t currentSubscript) const
Definition: OMEarray.h:217
#define PROCESS_COMMANDLINE_LOG_FLAGS(argc, argv)
Standard mechanism to process logging-related command line arguments.
Definition: logging_api.hpp:2595
void OMEcleanupGlobalData()
Definition: vista.cpp:36
#define OME_FLAG_SORT_BY_KEY
Sort by associative array key.
Definition: OMEtype.h:123
#define LOG_ENDLINE
Closing clause for text line output using << operators.
Definition: logging_api.hpp:2956
uint32_t type
Definition: OMEbaseType.h:304
SMV_StandaloneString< 128 > OMEadminStopReason("adminStopReason")
uint_fast32_t elementCount() const OME_ALWAYS_INLINE
Definition: OMEassoc.h:241
@ OME_ARRAY
Definition: OMEmanifests.h:86
OMEarrayStorage::ARRAY_SUBSCRIPT_t ARRAY_SUBSCRIPT_t
Definition: OMEarray.h:90
int caseInsensitiveCompare(const OMEstring &str1, const OMEstring &str2, bool fuzzy)
Definition: utils.cpp:447
class OMEassoc * assoc
Definition: OMEbaseType.h:296
OMEstring * convertCaseOfString(const OMEstring &arg, uint_fast8_t toLowercase)
Definition: utils.cpp:411
@ OME_CHARSET_UNDEFINED
Definition: OMEstring.h:24
@ OME_ASSOC
Definition: OMEmanifests.h:87
OMEstring * substituteText(const OMEstring &data, const OMEassoc &replacements)
Definition: utils.cpp:478
AUTO_REGISTER_THIS_COMPONENT()
#define LOG_CERR(lvl)
Convenience macro that uses LOG_INTO() to conditionally log a message to standard error.
Definition: logging_api.hpp:3014