MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxCountMachines

Function fxCountMachines

tools/serial2xsbug/serial2xsbug_win.c:65–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void fxCountMachines(txSerialTool self)
66{
67 txSerialMachine machine = self->firstMachine;
68 self->count = 2;
69 while (machine) {
70 self->events[self->count] = machine->networkOverlapped.hEvent;
71 self->count++;
72 machine = machine->nextMachine;
73 }
74}
75
76txSerialMachine fxOpenNetwork(txSerialTool self, uint32_t value)
77{

Callers 2

fxCloseNetworkFunction · 0.70
fxOpenNetworkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected