| vmm_consensus |
function void |
forcing ( ref string who[], ref string why[] ) |
|
|
| vmm_consensus |
function bit |
is_forced ( ) |
|
|
| vmm_consensus |
function bit |
is_reached ( ) |
|
|
| vmm_consensus |
vmm_log |
log |
|
|
|
|
|
|
| vmm_consensus |
function void |
nays ( ref string who[], ref string why[] ) |
|
|
| vmm_consensus |
function void |
new ( string name, string inst ) |
|
|
| vmm_consensus |
event |
new_results |
|
|
| vmm_consensus |
function string |
psdisplay ( string prefix = "" ) |
|
|
|
|
| vmm_consensus |
function void |
register_channel ( vmm_channel chan ) |
|
|
| vmm_consensus |
function void |
register_consensus ( vmm_consensus vote, bit force_through = 0 ) |
|
|
| vmm_consensus |
function void |
register_notification ( vmm_notify notify, int notification ) |
|
|
| vmm_consensus |
function void |
register_no_notification ( vmm_notify notify, int notification ) |
|
|
| vmm_consensus |
function vmm_voter |
register_voter ( string name ) |
|
|
| vmm_consensus |
function void |
register_xactor ( vmm_xactor xact ) |
|
|
| vmm_consensus |
function void |
unregister_all ( ) |
|
|
| vmm_consensus |
function void |
unregister_channel ( vmm_channel chan ) |
|
|
| vmm_consensus |
function void |
unregister_consensus ( vmm_consensus vote ) |
|
|
| vmm_consensus |
function void |
unregister_notification ( vmm_notify notify, int notification ) |
|
|
| vmm_consensus |
function void |
unregister_voter ( vmm_voter voter ) |
|
|
| vmm_consensus |
function void |
unregister_xactor ( vmm_xactor xact ) |
|
|
|
|
| vmm_consensus |
task |
wait_for_consensus ( ) |
|
|
| vmm_consensus |
task |
wait_for_no_consensus ( ) |
|
|
| vmm_consensus |
bit |
Xis_sub_consensusX |
|
|
| vmm_consensus |
vmm_voter |
Xparent_voterX |
|
|
| vmm_consensus |
function void |
XvoteX ( bit was_agree, bit agree, bit was_forced, bit forced ) |
|
|
| vmm_consensus |
function void |
yeas ( ref string who[], ref string why[] ) |
|