-
Notifications
You must be signed in to change notification settings - Fork 1
/
lfe_bits.txt
41 lines (24 loc) · 999 Bytes
/
lfe_bits.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
lfe_bits(3) lfe_bits(3)
NAME
lfe_bits - Lisp Flavoured Erlang (LFE) common binary functions
SYNOPSIS
This module contains a collection of library functions for for handling
binaries. They are generally not called by the user.
EXPORTS
parse_bitspecs(Specs) ->
{ok,Size,{Type,Unit,Sign,Endian}} |
{error,Error}.
Parse a bitspec and return the data. Unmentioned fields get the value
'default'.
get_bitspecs(Specs) ->
{ok,Size,{Type,Unit,Sign,Endian}} |
{error,Error}.
Parse a bitspec, apply defaults and return the data. Unmentioned
fields get the value 'default'.
ERROR INFORMATION
The following error values are returned:
{undefined_bittype,Type}
bittype_unit
AUTHORS
Robert Virding.
2011-2016 lfe_bits(3)