as2fm.scxml_converter.scxml_entries.scxml_bt_comm_interfaces

SCXML entries related to BT communication interfaces (i.e. tick and halt) and related responses.

Classes

BtChildHaltedHandle(child_seq_id, targets[, ...])

Process the response received from a BT child.

BtChildTickStatus(child_seq_id, targets[, ...])

Process the response received from a BT child.

BtHalt(targets[, condition])

Process a BT plugin/control node halt / reset, triggering the related transition.

BtHaltChild(child_seq_id)

Halt one child of a BT control node.

BtReturnHalted()

Send a BT tick status response to the BT parent node.

BtReturnTickStatus(status)

Send a BT tick status response to the BT parent node.

BtTick(targets[, condition])

Process a BT plugin/control node tick, triggering the related transition.

BtTickChild(child_seq_id)

Tick one child of a BT control node.