LibPod

Git Source

Functions

create

Create a new pod

function create() internal returns (bytes32 podEntity);

Returns

NameTypeDescription
podEntitybytes32The 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

NameTypeDescription
_podEntitybytes32The identifier for the pod entity.
_machineTypeMACHINE_TYPEThe type of machine being used.
_machineEntitybytes32The identifier for the machine entity.