Menu Goal Object Class
The Menu Goal object class (MenuGoal) is used to store additional text information that the Diagnostic Application wants to pass back to the Diagnostic Controller. This text information is displayed to the user. This information is usually additional information that would be useful to the user concerning the state of the resource. One example would be that the Tape Drive requires cleaning.
All applications using the MenuGoal capability must use the menugoal diagnostic library subroutine.
The MenuGoal object class structure is defined as:
class MenuGoal {
char dname[16];
longchar tbuffer1[1000];
longchar tbuffer2[1000];
};
Parameter | Description |
---|---|
dname | Resource name as specified in CuDV |
tbuffer1 | Buffer used to store 1000 bytes of text |
tbuffer2 | Buffer used to store 1000 bytes of text |