Communicator UI: 1.1 FoamSubApplicationClass: FoamSubApplicationClass Instance Data

Up: GEOS SDK TechDocs | Up | Prev: 1 FoamSubApplicationClass | Next: 1.2 Using a FoamSubApplication Object

There is only one instance data field in a FoamSubApplicationClass object. This field is noted below.

Code Display 2-1 FoamSubApplicationClass Instance Data

@instance FApplication 	FSAI_launcherApp;

FSAI _launcherApp stores an FApplication type referring to the application it should reside under.

For FoamSubApplication objects, the following FApplication values are the only values that are relevant:

FA_SERVICES_APP
FA_SYSTEM_APP
FA_EXTRAS_APP

Up: GEOS SDK TechDocs | Up | Prev: 1 FoamSubApplicationClass | Next: 1.2 Using a FoamSubApplication Object