APIs, concepts, guides, and more

◆ GlobalTypeGet()

RSI::RapidCode::RSIDataType GlobalTypeGet ( const char *const name,
const char *const libraryName = nullptr,
const char *const libraryDirectory = nullptr )
Parameters
nameName of the global variable.
libraryNameName of the library defining the variable (optional).
libraryDirectoryDirectory containing the library (optional). If not specified, searches in:
  1. RTTaskDirectory (as configured in RTTaskManagerCreationParameters)
  2. Current working directory
See also
GlobalNamesGet, GlobalValueGet, GlobalValueSet, Real-Time Tasks