public class MSRProto
extends java.lang.Object
| Constructor and Description |
|---|
MSRProto() |
| Modifier and Type | Method and Description |
|---|---|
static void |
buildMSRLayer1Data(MSRLayerParams.MSRLayer1Params params) |
static void |
buildMSRLayer2Data(int index) |
static void |
buildMSRLayerNData(MSRLayerParams.MSRLayerNParam param3) |
static void |
clearLayerNDatas() |
static int |
constructMSRConfigData(int[] configData) |
static int |
deconstructMSRConfigData(int[] configData) |
static void |
invalidateMSRLayerNData(int n) |
static MSRLayerParams.MSRLayer1Params |
resolveMSRLayer1() |
static MSRLayerParams.MSRLayer2Params |
resolveMSRLayer2() |
static MSRLayerParams.MSRLayerNParam |
resolveMSRLayerN(int n) |
static java.util.List<MSRLayerParams.MSRLayerNParam> |
resolveMSRLayerNs() |
public static MSRLayer[] allLayers
public static void clearLayerNDatas()
public static int constructMSRConfigData(int[] configData)
public static int deconstructMSRConfigData(int[] configData)
public static MSRLayerParams.MSRLayer1Params resolveMSRLayer1()
public static void buildMSRLayer1Data(MSRLayerParams.MSRLayer1Params params)
public static MSRLayerParams.MSRLayer2Params resolveMSRLayer2()
public static void buildMSRLayer2Data(int index)
public static void invalidateMSRLayerNData(int n)
public static void buildMSRLayerNData(MSRLayerParams.MSRLayerNParam param3)
public static MSRLayerParams.MSRLayerNParam resolveMSRLayerN(int n)
public static java.util.List<MSRLayerParams.MSRLayerNParam> resolveMSRLayerNs()