hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Classes | Variables
telifsim_preset_sequence Namespace Reference

Classes

class  CmdTimer
 Timer to manage the total time of a task while allowing it to be broken in smaller periods. More...
 
class  TelifsimClient
 Test client for the telif process. More...
 

Variables

int SYSEXIT_WRONG_INITIAL_STATE = 1
 
int SYSEXIT_PRESET_COMMAND_NOT_REFUSED = 2
 
int SYSEXIT_PRESET_COMMAND_NOT_ACCEPTED = 3
 
int SYSEXIT_PRESET_RDY_F_HANDOVER_NOT_REACHED = 4
 
int SYSEXIT_PRESET_CONFI_ERROR = 9
 
datetime WAIT_SECONDS = datetime.timedelta(seconds=10)
 
TelifsimClient ISOK = TelifsimClient.main(sys.argv[1:])
 

Variable Documentation

◆ ISOK

TelifsimClient telifsim_preset_sequence.ISOK = TelifsimClient.main(sys.argv[1:])

◆ SYSEXIT_PRESET_COMMAND_NOT_ACCEPTED

int telifsim_preset_sequence.SYSEXIT_PRESET_COMMAND_NOT_ACCEPTED = 3

◆ SYSEXIT_PRESET_COMMAND_NOT_REFUSED

int telifsim_preset_sequence.SYSEXIT_PRESET_COMMAND_NOT_REFUSED = 2

◆ SYSEXIT_PRESET_CONFI_ERROR

int telifsim_preset_sequence.SYSEXIT_PRESET_CONFI_ERROR = 9

◆ SYSEXIT_PRESET_RDY_F_HANDOVER_NOT_REACHED

int telifsim_preset_sequence.SYSEXIT_PRESET_RDY_F_HANDOVER_NOT_REACHED = 4

◆ SYSEXIT_WRONG_INITIAL_STATE

int telifsim_preset_sequence.SYSEXIT_WRONG_INITIAL_STATE = 1

◆ WAIT_SECONDS

datetime telifsim_preset_sequence.WAIT_SECONDS = datetime.timedelta(seconds=10)