Talk:BlockDataType Enumeration/Notes: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) (Created page with '{{Template:API}}{{Template:APIBreadcrumb}} <onlyinclude>Specifies the block type of an associated RBDBlockData object.</onlyinclude> == Members == {| {{…') |
Kate Racaza (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
{| {{APITableEnum}} | {| {{APITableEnum}} | ||
|- | |- | ||
| style="width: 150px;"|Regular||style="width: 70px;"|0|| | | style="width: 150px;"|Regular||style="width: 70px;"|0||Standard block | ||
|- | |- | ||
|Node||1|| | |Node||1||Node block | ||
|- | |- | ||
|Subdiagram||2|| | |Subdiagram||2||Subdiagram block | ||
|- | |- | ||
|Junction||3|| | |Junction||3||Junction block (i.e., non-failing block) | ||
|- | |- | ||
|ContainerSB||4|| | |ContainerSB||4||Standby container | ||
|- | |- | ||
|ContainerLS||5|| | |ContainerLS||5||Load sharing container | ||
|- | |- | ||
|GateAND||20|| | |GateAND||20|| |
Revision as of 20:27, 3 May 2016
Member of: SynthesisAPI
Specifies the block type of an associated RBDBlockData object.
Members
Name | Value | Description |
---|---|---|
Regular | 0 | Standard block |
Node | 1 | Node block |
Subdiagram | 2 | Subdiagram block |
Junction | 3 | Junction block (i.e., non-failing block) |
ContainerSB | 4 | Standby container |
ContainerLS | 5 | Load sharing container |
GateAND | 20 | |
GateOR | 21 | |
GateVote | 22 | |
GateInhibit | 23 | |
GateNOT | 24 | |
GateXOR | 25 | |
GateNAND | 26 | |
GateNOR | 27 | |
PhaseOperational | 50 | |
PhaseMaintenance | 51 | |
PhaseSubdiagram | 52 | |
PhaseBlockNode | 53 | |
PhaseBlockStop | 54 | |
Annotation | 90 | |
InsideStandby | 101 | |
InsideLoadSharing | 102 |