Class Application
Version 1.0
Modified 15-JAN-2025 13:23:37.00
 Configures an application.

RtBody attributes pwr_sClass_Application
String80 Description   Optional description.
Int32 Anix   Application index.
Should be set by the application with a call to errh_Init().

DevBody attributes 
String80 BuildCmd   Build command. The command is executed when the node is built from
the configurator. This is a way to ensure that the application is updated
when the node is built. Example

make --directory $pwrp_src/myappl -f makefile


Attributes detail


Description Attribute
Klass Attribute
Typ String80
Flags
Kropp RtBody
 Optional description.

Anix Attribute
Klass Attribute
Typ Int32
Flags NOEDIT | STATE
Kropp RtBody
 Application index.
 Should be set by the application with a call to errh_Init().

BuildCmd Attribute
Klass Attribute
Typ String80
Flags
Kropp DevBody
 Build command. The command is executed when the node is built from
 the configurator. This is a way to ensure that the application is updated
 when the node is built. Example

 make --directory $pwrp_src/myappl -f makefile