LabProtocol Module
Functions and values
| Function or value |
Description
|
Full Usage:
decoder processCoreOnly value
Parameters:
bool
value : YAMLElement
Returns: LabProtocol
|
|
Full Usage:
decoderWithPropertyResolver processCoreOnly resolvePropertyValue value
Parameters:
bool
resolvePropertyValue : string -> PropertyValue option
value : YAMLElement
Returns: LabProtocol
|
|
Full Usage:
encoder pvEncoder proto
Parameters:
PropertyValue -> YAMLElement
proto : LabProtocol
Returns: YAMLElement
|
|
Full Usage:
fromYamlString processCoreOnly s
Parameters:
bool
s : string
Returns: LabProtocol
|
|
|
|
Full Usage:
toYamlString whitespace proto
Parameters:
int option
proto : LabProtocol
Returns: string
|
|
ProcessCore