StandaloneGetDefaultConfig
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
Description
Gets the name of the default configuration in standalone mode. This is the standalone configuration, which gets loaded when standalone mode is activated or the RT kernel is started after reboot. The command can be used while standalone mode is running. It is also useful to determine whether standalone mode is running or not. A returned configuration name consists of the filename and the extension, for example CANSystemDemo.rtcfg.Parameters
- cfgNameBuffer: Space for the returned name.
- cfgNameBufferLength: Length of the buffer.
Return Values
- 0: Successful operation
- 1: Buffer too small
- 2: Not in standalone mode