id: 1 unit: static int GetProxySettings() file: CodeSnippets/Networking/Proxy/GetProxySettings/get_proxy_settings.c start line: 20 end line: 118 size: 80 LOC McCabe index: 18 number of parameters: 1 id: 2 unit: static int GetSampleBitCount() file: CodeSnippets/Peripherals/ADC/AdvancedFunctions/advanced_functions.c start line: 22 end line: 110 size: 65 LOC McCabe index: 8 number of parameters: 3 id: 3 unit: static ExitCode InitPeripheralsAndHandlers() file: Tutorials/ErrorReporting/Stage1/main.c start line: 281 end line: 355 size: 59 LOC McCabe index: 9 number of parameters: 1 id: 4 unit: static ExitCode InitPeripheralsAndHandlers() file: Tutorials/ErrorReporting/Stage2/main.c start line: 265 end line: 339 size: 59 LOC McCabe index: 9 number of parameters: 1 id: 5 unit: int GetDeviceID() file: CodeSnippets/DeviceId/get_device_id.c start line: 25 end line: 83 size: 47 LOC McCabe index: 9 number of parameters: 2 id: 6 unit: static int ConfigureProxySettings() file: CodeSnippets/Networking/Proxy/SetProxySettings/set_proxy_settings.c start line: 33 end line: 89 size: 44 LOC McCabe index: 11 number of parameters: 1 id: 7 unit: static int ReadAdcChannel() file: CodeSnippets/Peripherals/ADC/SimplifiedFunctions/simplified_functions.c start line: 25 end line: 79 size: 42 LOC McCabe index: 7 number of parameters: 1 id: 8 unit: static int EnableDisableProxy() file: CodeSnippets/Networking/Proxy/EnableDisableProxy/enable_disable_proxy.c start line: 27 end line: 81 size: 41 LOC McCabe index: 9 number of parameters: 1 id: 9 unit: static ExitCode InitPeripheralsAndHandlers() file: Tutorials/MemoryUsage/Stage1/main.c start line: 273 end line: 323 size: 40 LOC McCabe index: 7 number of parameters: 1 id: 10 unit: static ExitCode InitPeripheralsAndHandlers() file: Tutorials/MemoryUsage/Stage2/main.c start line: 284 end line: 334 size: 40 LOC McCabe index: 7 number of parameters: 1 id: 11 unit: static int ConfigureNetworkInterfaceWithStaticIp() file: CodeSnippets/Networking/StaticIp/static_ip.c start line: 28 end line: 62 size: 28 LOC McCabe index: 5 number of parameters: 1 id: 12 unit: static int GetChannelSpecification() file: CodeSnippets/Peripherals/ADC/AdvancedFunctions/advanced_functions.c start line: 146 end line: 177 size: 28 LOC McCabe index: 3 number of parameters: 3 id: 13 unit: static void PushNode() file: Tutorials/MemoryUsage/Stage1/main.c start line: 123 end line: 156 size: 26 LOC McCabe index: 4 number of parameters: 1 id: 14 unit: static void PushNode() file: Tutorials/MemoryUsage/Stage2/main.c start line: 126 end line: 159 size: 26 LOC McCabe index: 4 number of parameters: 1 id: 15 unit: static int ConfigureNetworkInterfaceWithCustomDns() file: CodeSnippets/Networking/CustomDns/custom_dns.c start line: 28 end line: 61 size: 26 LOC McCabe index: 5 number of parameters: 1 id: 16 unit: static int ReadAdcChannel() file: CodeSnippets/Peripherals/ADC/LinuxSysfsNodes/linux_sysfs_nodes.c start line: 31 end line: 62 size: 25 LOC McCabe index: 5 number of parameters: 1 id: 17 unit: static int SetExtInfo() file: CodeSnippets/Peripherals/ADC/AdvancedFunctions/advanced_functions.c start line: 248 end line: 274 size: 24 LOC McCabe index: 3 number of parameters: 5 id: 18 unit: static int SetReferenceVoltage() file: CodeSnippets/Peripherals/ADC/AdvancedFunctions/advanced_functions.c start line: 318 end line: 342 size: 21 LOC McCabe index: 3 number of parameters: 4 id: 19 unit: static void DeleteLastNode() file: Tutorials/MemoryUsage/Stage1/main.c start line: 161 end line: 187 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 20 unit: static void DeleteLastNode() file: Tutorials/MemoryUsage/Stage2/main.c start line: 164 end line: 190 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 21 unit: static int GetExtInfo() file: CodeSnippets/Peripherals/ADC/AdvancedFunctions/advanced_functions.c start line: 216 end line: 237 size: 20 LOC McCabe index: 2 number of parameters: 5 id: 22 unit: static int GetSampleBitCount() file: CodeSnippets/Peripherals/ADC/AdvancedFunctions/advanced_functions.c start line: 283 end line: 308 size: 20 LOC McCabe index: 3 number of parameters: 3 id: 23 unit: static int GetPropertyIndex() file: CodeSnippets/Peripherals/ADC/AdvancedFunctions/advanced_functions.c start line: 185 end line: 205 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 24 unit: static int PollAdc() file: CodeSnippets/Peripherals/ADC/AdvancedFunctions/advanced_functions.c start line: 351 end line: 372 size: 19 LOC McCabe index: 3 number of parameters: 3 id: 25 unit: static void CheckButtonA() file: Tutorials/ErrorReporting/Stage1/main.c start line: 162 end line: 179 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 26 unit: static void ClosePeripheralsAndHandlers() file: Tutorials/ErrorReporting/Stage1/main.c start line: 375 end line: 394 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 27 unit: int main() file: Tutorials/ErrorReporting/Stage1/main.c start line: 399 end line: 420 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 28 unit: static void ClosePeripheralsAndHandlers() file: Tutorials/ErrorReporting/Stage2/main.c start line: 359 end line: 378 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 29 unit: int main() file: Tutorials/ErrorReporting/Stage2/main.c start line: 383 end line: 404 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 30 unit: static int OpenAdc() file: CodeSnippets/Peripherals/ADC/LinuxSysfsNodes/linux_sysfs_nodes.c start line: 69 end line: 88 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 31 unit: static int OpenAdc() file: CodeSnippets/Peripherals/ADC/AdvancedFunctions/advanced_functions.c start line: 117 end line: 136 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 32 unit: static void CheckButtonA() file: Tutorials/ErrorReporting/Stage2/main.c start line: 159 end line: 175 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 33 unit: static void BlinkingLedTimerEventHandler() file: Tutorials/ErrorReporting/Stage1/main.c start line: 124 end line: 142 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 34 unit: static void BlinkingLedTimerEventHandler() file: Tutorials/ErrorReporting/Stage2/main.c start line: 122 end line: 140 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 35 unit: static int ReadAdc() file: CodeSnippets/Peripherals/ADC/LinuxSysfsNodes/linux_sysfs_nodes.c start line: 96 end line: 115 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 36 unit: static bool IsButtonPressed() file: Tutorials/MemoryUsage/Stage1/main.c start line: 214 end line: 229 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 37 unit: static int SetTimerPeriod() file: Tutorials/MemoryUsage/Stage1/eventloop_timer_utilities.c start line: 17 end line: 33 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 38 unit: static bool IsButtonPressed() file: Tutorials/MemoryUsage/Stage2/main.c start line: 225 end line: 240 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 39 unit: static int SetTimerPeriod() file: Tutorials/MemoryUsage/Stage2/eventloop_timer_utilities.c start line: 17 end line: 33 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 40 unit: static bool IsButtonPressed() file: Tutorials/ErrorReporting/Stage1/main.c start line: 211 end line: 226 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 41 unit: static int SetTimerPeriod() file: Tutorials/ErrorReporting/Stage1/eventloop_timer_utilities.c start line: 17 end line: 33 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 42 unit: static bool IsButtonPressed() file: Tutorials/ErrorReporting/Stage2/main.c start line: 195 end line: 210 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 43 unit: static int SetTimerPeriod() file: Tutorials/ErrorReporting/Stage2/eventloop_timer_utilities.c start line: 17 end line: 33 size: 14 LOC McCabe index: 4 number of parameters: 3 id: 44 unit: static ExitCode CheckTotalMemoryLimit() file: CodeSnippets/MemoryUsage/MemoryOveruseDetectionAndCleanup/memory_overuse_detection_and_cleanup.c start line: 25 end line: 53 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 45 unit: static void DeleteList() file: Tutorials/MemoryUsage/Stage1/main.c start line: 192 end line: 206 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 46 unit: int main() file: Tutorials/MemoryUsage/Stage1/main.c start line: 360 end line: 376 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 47 unit: int main() file: Tutorials/MemoryUsage/Stage2/main.c start line: 371 end line: 387 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 48 unit: static bool IsNetworkReady() file: Tutorials/ErrorReporting/Stage1/main.c start line: 233 end line: 246 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 49 unit: static bool IsNetworkReady() file: Tutorials/ErrorReporting/Stage2/main.c start line: 217 end line: 230 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 50 unit: static int ConfigureNetworkInterfaceWithDynamicIp() file: CodeSnippets/Networking/DynamicIp/dynamic_ip.c start line: 24 end line: 40 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 51 unit: static int ConfigureNetworkInterfaceWithAutomaticDns() file: CodeSnippets/Networking/AutomaticDns/automatic_dns.c start line: 24 end line: 40 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 52 unit: static void DeleteList() file: Tutorials/MemoryUsage/Stage2/main.c start line: 195 end line: 208 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 53 unit: static void NetworkReadyCheckTimerEventHandler() file: Tutorials/ErrorReporting/Stage1/main.c start line: 260 end line: 272 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 54 unit: static void NetworkReadyCheckTimerEventHandler() file: Tutorials/ErrorReporting/Stage2/main.c start line: 244 end line: 256 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 55 unit: static void ClosePeripheralsAndHandlers() file: Tutorials/MemoryUsage/Stage1/main.c start line: 343 end line: 355 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 56 unit: void DisposeEventLoopTimer() file: Tutorials/MemoryUsage/Stage1/eventloop_timer_utilities.c start line: 100 end line: 113 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 57 unit: static void ClosePeripheralsAndHandlers() file: Tutorials/MemoryUsage/Stage2/main.c start line: 354 end line: 366 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 58 unit: void DisposeEventLoopTimer() file: Tutorials/MemoryUsage/Stage2/eventloop_timer_utilities.c start line: 100 end line: 113 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 59 unit: void DisposeEventLoopTimer() file: Tutorials/ErrorReporting/Stage1/eventloop_timer_utilities.c start line: 100 end line: 113 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 60 unit: void DisposeEventLoopTimer() file: Tutorials/ErrorReporting/Stage2/eventloop_timer_utilities.c start line: 100 end line: 113 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 61 unit: int GetOsVersion() file: CodeSnippets/DeviceOsVersion/get_os_version.c start line: 11 end line: 21 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 62 unit: static void ButtonTimerEventHandler() file: Tutorials/MemoryUsage/Stage1/main.c start line: 234 end line: 242 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 63 unit: static void CloseFdAndPrintError() file: Tutorials/MemoryUsage/Stage1/main.c start line: 330 end line: 338 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 64 unit: int ConsumeEventLoopTimerEvent() file: Tutorials/MemoryUsage/Stage1/eventloop_timer_utilities.c start line: 115 end line: 125 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 65 unit: static void ButtonTimerEventHandler() file: Tutorials/MemoryUsage/Stage2/main.c start line: 245 end line: 253 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 66 unit: static void CloseFdAndPrintError() file: Tutorials/MemoryUsage/Stage2/main.c start line: 341 end line: 349 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 67 unit: int ConsumeEventLoopTimerEvent() file: Tutorials/MemoryUsage/Stage2/eventloop_timer_utilities.c start line: 115 end line: 125 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 68 unit: static void ButtonTimerEventHandler() file: Tutorials/ErrorReporting/Stage1/main.c start line: 147 end line: 155 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 69 unit: static void CloseFdAndPrintError() file: Tutorials/ErrorReporting/Stage1/main.c start line: 362 end line: 370 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 70 unit: int ConsumeEventLoopTimerEvent() file: Tutorials/ErrorReporting/Stage1/eventloop_timer_utilities.c start line: 115 end line: 125 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 71 unit: static void ButtonTimerEventHandler() file: Tutorials/ErrorReporting/Stage2/main.c start line: 145 end line: 153 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 72 unit: static void CloseFdAndPrintError() file: Tutorials/ErrorReporting/Stage2/main.c start line: 346 end line: 354 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 73 unit: int ConsumeEventLoopTimerEvent() file: Tutorials/ErrorReporting/Stage2/eventloop_timer_utilities.c start line: 115 end line: 125 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 74 unit: static void CheckButtonB() file: Tutorials/ErrorReporting/Stage1/main.c start line: 184 end line: 191 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 75 unit: static void CheckButtonB() file: Tutorials/ErrorReporting/Stage2/main.c start line: 180 end line: 187 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 76 unit: static void CheckButtonAddNode() file: Tutorials/MemoryUsage/Stage1/main.c start line: 248 end line: 253 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 77 unit: static void CheckButtonDeleteLastNode() file: Tutorials/MemoryUsage/Stage1/main.c start line: 259 end line: 264 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 78 unit: static void CheckButtonAddNode() file: Tutorials/MemoryUsage/Stage2/main.c start line: 259 end line: 264 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 79 unit: static void CheckButtonDeleteLastNode() file: Tutorials/MemoryUsage/Stage2/main.c start line: 270 end line: 275 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 80 unit: static void DeferenceNull() file: Tutorials/ErrorReporting/Stage1/main.c start line: 198 end line: 203 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 81 unit: static void TimerCallback() file: Tutorials/MemoryUsage/Stage1/eventloop_timer_utilities.c start line: 43 end line: 48 size: 5 LOC McCabe index: 1 number of parameters: 4 id: 82 unit: static void DeleteNode() file: Tutorials/MemoryUsage/Stage2/main.c start line: 213 end line: 217 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 83 unit: static void TimerCallback() file: Tutorials/MemoryUsage/Stage2/eventloop_timer_utilities.c start line: 43 end line: 48 size: 5 LOC McCabe index: 1 number of parameters: 4 id: 84 unit: static void TimerCallback() file: Tutorials/ErrorReporting/Stage1/eventloop_timer_utilities.c start line: 43 end line: 48 size: 5 LOC McCabe index: 1 number of parameters: 4 id: 85 unit: static void TimerCallback() file: Tutorials/ErrorReporting/Stage2/eventloop_timer_utilities.c start line: 43 end line: 48 size: 5 LOC McCabe index: 1 number of parameters: 4 id: 86 unit: static void TerminationHandler() file: Tutorials/MemoryUsage/Stage1/main.c start line: 114 end line: 118 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 87 unit: int SetEventLoopTimerPeriod() file: Tutorials/MemoryUsage/Stage1/eventloop_timer_utilities.c start line: 127 end line: 130 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 88 unit: int SetEventLoopTimerOneShot() file: Tutorials/MemoryUsage/Stage1/eventloop_timer_utilities.c start line: 132 end line: 135 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 89 unit: int DisarmEventLoopTimer() file: Tutorials/MemoryUsage/Stage1/eventloop_timer_utilities.c start line: 137 end line: 140 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 90 unit: static void TerminationHandler() file: Tutorials/MemoryUsage/Stage2/main.c start line: 117 end line: 121 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 91 unit: int SetEventLoopTimerPeriod() file: Tutorials/MemoryUsage/Stage2/eventloop_timer_utilities.c start line: 127 end line: 130 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 92 unit: int SetEventLoopTimerOneShot() file: Tutorials/MemoryUsage/Stage2/eventloop_timer_utilities.c start line: 132 end line: 135 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 93 unit: int DisarmEventLoopTimer() file: Tutorials/MemoryUsage/Stage2/eventloop_timer_utilities.c start line: 137 end line: 140 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 94 unit: static void TerminationHandler() file: Tutorials/ErrorReporting/Stage1/main.c start line: 115 end line: 119 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 95 unit: int SetEventLoopTimerPeriod() file: Tutorials/ErrorReporting/Stage1/eventloop_timer_utilities.c start line: 127 end line: 130 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 96 unit: int SetEventLoopTimerOneShot() file: Tutorials/ErrorReporting/Stage1/eventloop_timer_utilities.c start line: 132 end line: 135 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 97 unit: int DisarmEventLoopTimer() file: Tutorials/ErrorReporting/Stage1/eventloop_timer_utilities.c start line: 137 end line: 140 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 98 unit: static void TerminationHandler() file: Tutorials/ErrorReporting/Stage2/main.c start line: 113 end line: 117 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 99 unit: int SetEventLoopTimerPeriod() file: Tutorials/ErrorReporting/Stage2/eventloop_timer_utilities.c start line: 127 end line: 130 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 100 unit: int SetEventLoopTimerOneShot() file: Tutorials/ErrorReporting/Stage2/eventloop_timer_utilities.c start line: 132 end line: 135 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 101 unit: int DisarmEventLoopTimer() file: Tutorials/ErrorReporting/Stage2/eventloop_timer_utilities.c start line: 137 end line: 140 size: 4 LOC McCabe index: 1 number of parameters: 1