Function soti_set_o#

Function Documentation#

void soti_set_o(sotinum_t *src, sotinum_t *dest, dhelpl_t dhl)#

Copy information from src to dest. Does not check if memory needs to be reallocated. Useful when copying data to a temporal sotinum.

dest = src

Parameters:
  • src[in] Oti number.

  • dest[in] Oti number.

  • dhl[in] Direction helper list object.