cmd.content().writeDouble(pos.x);
cmd.content().writeDouble(pos.y);
}else if(input.getClass().equals(SumoTLSPhase.class)){
SumoTLSPhase stp = (SumoTLSPhase) input;
this.cmd.content().writeUnsignedByte(Constants.TYPE_INTEGER);
cmd.content().writeInt(stp.duration);
this.cmd.content().writeUnsignedByte(Constants.TYPE_INTEGER);
cmd.content().writeInt(stp.duration1);