-
Notifications
You must be signed in to change notification settings - Fork 131
/
Copy pathlibiec61850.yaml
113 lines (113 loc) · 3.3 KB
/
libiec61850.yaml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
"functions":
- "name": "MmsValue_encodeMmsData"
"params":
- "name": "self"
"type": "bool "
- "name": "buffer"
"type": "bool "
- "name": "bufPos"
"type": "int"
- "name": "encode"
"type": "bool"
"return_type": "int"
"signature": "int MmsValue_encodeMmsData(MmsValue *, uint8_t *, int, bool)"
- "name": "MmsValue_printToBuffer"
"params":
- "name": "self"
"type": "bool "
- "name": "buffer"
"type": "bool "
- "name": "bufferSize"
"type": "int"
"return_type": "void"
"signature": "const char * MmsValue_printToBuffer(const MmsValue *, char *, int)"
- "name": "MmsValue_newDefaultValue"
"params":
- "name": "typeSpec"
"type": "bool "
"return_type": "void"
"signature": "MmsValue * MmsValue_newDefaultValue(const MmsVariableSpecification *)"
- "name": "MmsValue_createArray"
"params":
- "name": "elementType"
"type": "bool "
- "name": "size"
"type": "int"
"return_type": "void"
"signature": "MmsValue * MmsValue_createArray(const MmsVariableSpecification *, int)"
- "name": "MmsValue_newStructure"
"params":
- "name": "typeSpec"
"type": "bool "
"return_type": "void"
"signature": "MmsValue * MmsValue_newStructure(const MmsVariableSpecification *)"
- "name": "MmsValue_update"
"params":
- "name": "self"
"type": "bool "
- "name": "update"
"type": "bool "
"return_type": "bool"
"signature": "bool MmsValue_update(MmsValue *, const MmsValue *)"
- "name": "MmsValue_clone"
"params":
- "name": "self"
"type": "bool "
"return_type": "void"
"signature": "MmsValue * MmsValue_clone(const MmsValue *)"
- "name": "MmsValue_equals"
"params":
- "name": "self"
"type": "bool "
- "name": "otherValue"
"type": "bool "
"return_type": "bool"
"signature": "bool MmsValue_equals(const MmsValue *, const MmsValue *)"
- "name": "MmsVariableSpecification_getMaxEncodedSize"
"params":
- "name": "self"
"type": "bool "
"return_type": "int"
"signature": "int MmsVariableSpecification_getMaxEncodedSize(MmsVariableSpecification *)"
- "name": "MmsValue_getMaxEncodedSize"
"params":
- "name": "self"
"type": "bool "
"return_type": "int"
"signature": "int MmsValue_getMaxEncodedSize(MmsValue *)"
- "name": "MmsVariableSpecification_isValueOfType"
"params":
- "name": "self"
"type": "bool "
- "name": "value"
"type": "bool "
"return_type": "bool"
"signature": "bool MmsVariableSpecification_isValueOfType(MmsVariableSpecification *, const MmsValue *)"
- "name": "MmsValue_newUnsignedFromUint32"
"params":
- "name": "integer"
"type": "int"
"return_type": "void"
"signature": "MmsValue * MmsValue_newUnsignedFromUint32(uint32_t)"
- "name": "MmsValue_newIntegerFromInt64"
"params":
- "name": "integer"
"type": "size_t"
"return_type": "void"
"signature": "MmsValue * MmsValue_newIntegerFromInt64(int64_t)"
- "name": "MmsValue_newIntegerFromInt32"
"params":
- "name": "integer"
"type": "int"
"return_type": "void"
"signature": "MmsValue * MmsValue_newIntegerFromInt32(int32_t)"
- "name": "MmsValue_newIntegerFromInt16"
"params":
- "name": "integer"
"type": "short"
"return_type": "void"
"signature": "MmsValue * MmsValue_newIntegerFromInt16(int16_t)"
"language": "c"
"project": "libiec61850"
"target_name": "fuzz_mms_decode"
"target_path": "/src/libiec61850/fuzz/fuzz_mms_decode.c"