Inheritance diagram for class vmm_voter:
Public Member Functions | |
| function void | channel ( vmm_channel chan ) |
| function void | consent ( string why = "No reason specified" ) |
| function void | forced ( string why = "No reason specified" ) |
| function vmm_channel | get_channel ( ) |
| function vmm_consensus | get_consensus ( ) |
| function bit | get_forced ( ) |
| function string | get_name ( ) |
| function int | get_notification ( ) |
| function vmm_notify | get_notify ( ) |
| function string | get_reason ( ) |
| function bit | get_vote ( ) |
| function vmm_xactor | get_xactor ( ) |
| function void | kill_voter ( ) |
| function void | new ( string name, vmm_consensus vote ) |
| function void | notify ( vmm_notify ntfy, int notification, bit is_on ) |
| function void | oppose ( string why = "No reason specified" ) |
| function void | sub_consensus ( vmm_consensus vote, bit force_through ) |
| function void | update_vote ( ) |
| function void | xactor ( vmm_xactor xact ) |
Public Attributes | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|