APIs, concepts, guides, and more

◆ GlobalValueSet()

void GlobalValueSet ( const RSI::RapidCode::FirmwareValue & value,
const char *const name,
const char *const libraryName = nullptr,
const char *const libraryDirectory = nullptr )
Parameters
valueNew value for the global variable.
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, Real-Time Tasks