Gets the standard output from a model as well as notifications.
Namespace:
Quanser.Targets
Assembly:
Quanser.Targets (in Quanser.Targets.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub GetModelOutput ( _
callbacks As IModelOutput, _
context As Object _
) |
C# |
---|
public void GetModelOutput(
IModelOutput callbacks,
Object context
) |
Visual C++ |
---|
public:
void GetModelOutput(
IModelOutput^ callbacks,
Object^ context
) |
JavaScript |
---|
function getModelOutput(callbacks, context); |
Parameters
- callbacks
- Type: Quanser.Targets..::.IModelOutput
The interface whose methods will be called.
- context
- Type: System..::.Object
An arbitrary value to pass to each interface method.
Remarks
See Also