[][src]Type Definition airmash_protocol::Time

type Time = AirmashUnits<BaseType, TArr<Z0, TArr<P1, TArr<Z0, TArr<Z0, TArr<Z0, ATerm>>>>>>;

Time unit. (1 unit of time ~= 16.667ms)

Usually you will want Duration instead of this. This unit is only relevant when doing physics calculations. An implementation of From is implemented to convert from Durations when needed.