public class FinsPLC
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
FinsPLC.FinsPLCStarter
The unit test code for the Fins code.
|
Modifier and Type | Field and Description |
---|---|
static int |
CIO_AREA_SIZE
The cio area size (CJ1 controller).
|
static java.lang.String |
cvsRev |
int |
debugLevel
The specific debug level for this server.
|
static int |
DM_AREA_SIZE
The dm area size (CJ1 controller).
|
static int |
WORK_AREA_SIZE
The work area size (CJ1 controller).
|
Constructor and Description |
---|
FinsPLC() |
Modifier and Type | Method and Description |
---|---|
void |
createListener()
Create Listener.
|
static void |
main(java.lang.String[] argv)
Run the test cases by hand.
|
void |
start()
Create the listener.
|
void |
stop()
Stop the server permanently.
|
void |
stopThread()
Requests the that listening thread be stopped.
|
public static final int CIO_AREA_SIZE
public static final java.lang.String cvsRev
public int debugLevel
public static final int DM_AREA_SIZE
public static final int WORK_AREA_SIZE
public void createListener()
public static void main(java.lang.String[] argv)
public void start()
SimpleDataSource.start()
public void stop()
stopThread
and
then the superclass method.vib.servers.DataSourceInterface#stop()
public void stopThread()
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.