Matrix Elements VB-800 Instrukcja Użytkownika Strona 91

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 172
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 90
Modelbase::SendFunctions 83
Description
Called by OxPack to determine the dialog content for a menu action (not that the
conventionisthat...afteramenuentryindicatesthatadialogwillfollow).When
the user presses OK, it is followed by a call to ReceiveModel. SendDialog
receives the following requests:
from the Model menu:
"modelclass0", "modelclass1", ..., if that is implemented in
SendMenu.
from the Model menu:
"OP
SETTINGS" Model settings dialog
"OP
OPTIONS" Options dialog
from the Test menu: entries specified in SendMenu.
See ReceiveDialog for a further explanation.
Modelbase::SendFunctions
virtual SendFunctions();
Return value
Returns an array of which each item is an array of three strings: function name,
label of first argument, label of second argument. Returns 0 if functions are not
implemented.
Description
Called by OxPack as part of model formulation, after SendSpecials, to deter-
mine if additional functions are used as part of the model formulation process.
For example, the DPD class uses:
return
{ {"Gmm", "Lag1", "Lag2"},
{"GmmLevel", "Lag length", "1=Diff 0=Lag"}
};
In this case, the value received from a call to "OxPackGetData"("Functions")
could be:
{ {"Gmm", "n", 1, 2},
{"GmmLevel", "y", 1, 0},
{"GmmLevel", "w", 1, 0}
}
Modelbase::SendMenu
virtual SendMenu(const sMenu);
sMenu in: name of menu, currently "Test" or
"ModelClass"
Przeglądanie stron 90
1 2 ... 86 87 88 89 90 91 92 93 94 95 96 ... 171 172

Komentarze do niniejszej Instrukcji

Brak uwag