Package: sync_pkg

Constants

Name Type Value Description
wait_until_idle_msg msg_type_t new_msg_type("wait until idle") Message type definitions used by VC implementing the synchronization VCI
wait_until_idle_reply_msg msg_type_t new_msg_type("wait until idle reply")
wait_for_time_msg msg_type_t new_msg_type("wait for time")

Functions

Description
Blocking: Wait until all operations requested from the VC have been finished

Description
Non-blocking: Make VC wait for a delay before starting the next operation

Description
Standard implementation of wait_until_idle VCI which may be used by VC

Description
Standard implementation of wait_for_time VCI which may be used by VC

Description
Standard implementation of synchronization VCI which may be used by VC