Class TelemetreServiceMetrix
java.lang.Object
org.bilat.discoveryMat.moo.telemetre.moo.concret.serial.comm.service.TelemetreServiceMetrix
- All Implemented Interfaces:
HardwareServices_I
,SessionServices_I
,TelemetreServices_I
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Data conservée mais incomplète (timeMax non atteind) Racourci la session lancé avec startSession SessionEvents de startSession contiendra les résultats partielsvoid
cancel()
void
off()
void
on()
startSession
(Sessions session) Bloquant, synchrone
-
Constructor Details
-
TelemetreServiceMetrix
public TelemetreServiceMetrix()
-
-
Method Details
-
on
- Specified by:
on
in interfaceHardwareServices_I
- Throws:
TelemetreException
-
off
- Specified by:
off
in interfaceHardwareServices_I
- Throws:
TelemetreException
-
startSession
Description copied from interface:SessionServices_I
Bloquant, synchrone- Specified by:
startSession
in interfaceSessionServices_I
- Throws:
TelemetreException
-
breakSession
Description copied from interface:SessionServices_I
Data conservée mais incomplète (timeMax non atteind) Racourci la session lancé avec startSession SessionEvents de startSession contiendra les résultats partiels
- Specified by:
breakSession
in interfaceSessionServices_I
- Throws:
TelemetreException
-
cancel
- Specified by:
cancel
in interfaceSessionServices_I
- Throws:
TelemetreException
-