Class ValidatorMavlink1
java.lang.Object
io.vertx.core.AbstractVerticle
de.wuespace.telestion.extension.mavlink.ValidatorMavlink1
- All Implemented Interfaces:
io.vertx.core.Verticle
public final class ValidatorMavlink1
extends io.vertx.core.AbstractVerticle
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Config-Class which can be used to create a newValidatorMavlink1
. -
Field Summary
Fields inherited from class io.vertx.core.AbstractVerticle
context, vertx
-
Constructor Summary
ConstructorDescriptionCreates a newValidatorMavlink1
with the givenValidatorMavlink1.Configuration
.ValidatorMavlink1(String inAddress, String packetOutAddress, String parserInAddress)
-
Method Summary
Methods inherited from class io.vertx.core.AbstractVerticle
config, deploymentID, getVertx, init, processArgs, start, stop
-
Constructor Details
-
ValidatorMavlink1
public ValidatorMavlink1() -
ValidatorMavlink1
Creates a newValidatorMavlink1
with the givenValidatorMavlink1.Configuration
.- Parameters:
config
-ValidatorMavlink1.Configuration
-
ValidatorMavlink1
- 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
-