LibPod
Functions
create
Create a new pod
function create() internal returns (bytes32 podEntity);
Returns
Name | Type | Description |
---|---|---|
podEntity | bytes32 | The id of the pod entity. |
setMachineBuildIndex
Increments global (for all machines in the pod) build index, and sets it for the given machine
function setMachineBuildIndex(bytes32 _podEntity, MACHINE_TYPE _machineType, bytes32 _machineEntity) internal;
Parameters
Name | Type | Description |
---|---|---|
_podEntity | bytes32 | The identifier for the pod entity. |
_machineType | MACHINE_TYPE | The type of machine being used. |
_machineEntity | bytes32 | The identifier for the machine entity. |