Classes to describe the virtual-lab view and to set-up the virtual-lab
Name | Description |
---|---|
![]() |
Partial model required as base class for the view description model |
![]() |
Root element of the view description |
![]() |
Class describing the complete virtual-lab |
![]() |
Null class |
Partial model required as base class for the view description model
PartialView class includes an instance of the Root component. The Root component is the root element for the view description. The following tasks are performed by the PartialView class:
Name | Description |
---|---|
Tcom | Communication interval |
serverPort | Server Port number |
launchView | 0/1 not/yes launch the view |
ipAddress | ip Address |
sourceCodePath | Path where the C-functions, Library.dll and pRun.exe are located |
numberGUI | Number of GUIs |
fileName | Cpp file name |
compilation |
Root element of the view description
Name | Description |
---|---|
ipAddress | |
serverPort | Server Port number |
numberGUI | Number of GUIs |
Name | Description |
---|---|
cLLeft | Connector |
Class describing the complete virtual-lab
The class describing the complete virtual-lab has to contain an instance of VirtualLab class. The virtual-lab designer has to set the name of the model and the view classes.
VirtualLab class has the following parameters:Name | Description |
---|---|
Tcom | Communication interval |
fileName | Name of the view file |
sourceCodePath | Path where the C-functions, dll library with the view components and delayrun.exe are located |
compilation | The C++ GUI must be compiled using Visual C++ 64 bits |
launchView | 0/1 not/yes launch the view |
numberGUI | Number of GUI running simultaneously |
ipAddress | IP of the simulation server |
serverPort | Server Port number |
replaceable model ViewI | Class describing the virtual-lab view |
replaceable model ModelI | Class describing the virtual-lab model |
Name | Description |
---|---|
replaceable model ViewI | Class describing the virtual-lab view |
replaceable model ModelI | Class describing the virtual-lab model |
Null class
Automatically generated Thu Apr 28 12:24:22 2022.