About
  1. | API Documentation
  2. | Common
  3. | utils

utils

Utility functions

Types

Type Definition Notes
sig_ucontext_t
struct _sig_ucontext

Functions

CritErrHdlr

This is the callback function for processing signal events. For each installed signal, this function will be called if that signal gets caught. In practice, this just prints the stacktrace, though.

EraseAllSubStr

Erase all Occurrences of given substring from main string.

EraseSubString

Erase all Occurrences of all given substring from main string.

EraseSubStrings

Erase all Occurrences of all given substrings from main string

FindAndReplaceAll

Replace all Occurrences of all given substrings from main string

HandleException

A generic exception handler for catching exceptions that may occur from the interaction with libraries that are not part of the project.

InstallSignal

This function takes the signal value passed in and registers it with the CritErrHdlr callback so that CritErrHdlr will be called if a signal matching that value is caught. This is mainly used for catching things like SIGSEGV or SIGABRT signals.

stoui

Convert string to unsigned integer.

type2str

Convert an opencv type to a human readable string.

SnakeStrike — An program for high-speed multi-camera data collection and triangulation.

Page owner(s): gwjensen  Last updated: 2020-09-28 07:40:17 +0000