Class ValidatorMavlink2
java.lang.Object
io.vertx.core.AbstractVerticle
de.wuespace.telestion.extension.mavlink.ValidatorMavlink2
- All Implemented Interfaces:
io.vertx.core.Verticle
public final class ValidatorMavlink2
extends io.vertx.core.AbstractVerticle
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Config-Class which can be used to create a newValidatorMavlink2
. -
Field Summary
Fields inherited from class io.vertx.core.AbstractVerticle
context, vertx
-
Constructor Summary
ConstructorDescriptionCreates a newValidatorMavlink2
with the givenValidatorMavlink2.Configuration
.ValidatorMavlink2(String inAddress, String packetOutAddress, String parserInAddress, byte[] password)
-
Method Summary
Methods inherited from class io.vertx.core.AbstractVerticle
config, deploymentID, getVertx, init, processArgs, start, stop
-
Constructor Details
-
ValidatorMavlink2
public ValidatorMavlink2() -
ValidatorMavlink2
Creates a newValidatorMavlink2
with the givenValidatorMavlink2.Configuration
.- Parameters:
config
-ValidatorMavlink2.Configuration
-
ValidatorMavlink2
public ValidatorMavlink2(String inAddress, String packetOutAddress, String parserInAddress, byte[] password)- Parameters:
inAddress
-packetOutAddress
-parserInAddress
-
-
-
Method Details
-
start
- Specified by:
start
in interfaceio.vertx.core.Verticle
- Overrides:
start
in classio.vertx.core.AbstractVerticle
-
stop
- Specified by:
stop
in interfaceio.vertx.core.Verticle
- Overrides:
stop
in classio.vertx.core.AbstractVerticle
-
deleteKey
public void deleteKey()
-