Google

Go to the first, previous, next, last section, table of contents.


timer

timer(interval,expr,val)
:: À©¸Â»þ´Ö¤Ä¤­¤Ç·×»»¤ò¼Â¹Ô¤¹¤ë.
return
·ë²Ì
interval
À©¸Â»þ´Ö (ÉÃ)
expr
·×»»¤¹¤ë¼°
val
¥¿¥¤¥Þ¤Ë¤è¤ëÃæÃÇ»þ¤ÎÌá¤êÃÍ
  • timer() ¤Ï, »þ´Ö¤ò»ØÄꤷ¤Æ·×»»¤ò¼Â¹Ô¤¹¤ë. »ØÄê»þ´ÖÆâ¤Ë·×»»¤¬´°Î» ¤·¤¿¾ì¹ç¤½¤ÎÃͤòÊÖ¤¹. »ØÄê»þ´ÖÆâ¤Ë·×»»¤¬´°Î»¤·¤Ê¤«¤Ã¤¿¾ì¹ç, Âè 3 °ú¿ô ¤òÊÖ¤¹.
  • Âè 3 °ú¿ô¤ÎÃͤÏ, ·×»»¤¬´°Î»¤·¤¿¾ì¹ç¤ÎÃͤȶèÊ̤Ǥ­¤ëɬÍפ¬¤¢¤ë.
[0] load("cyclic");
1
[10] timer(10,dp_gr_main(cyclic(7),[c0,c1,c2,c3,c4,c5,c6],1,1,0),0);
interval timer expired (VTALRM)
0
[11] 


Go to the first, previous, next, last section, table of contents.