Namespace Content.Server.DeviceLinking.Components
Classes
ActiveSignalTimerComponent
AutoLinkReceiverComponent
This is used for automatic linkage with buttons and other transmitters.
AutoLinkTransmitterComponent
This is used for automatic linkage with various receivers, like shutters.
DoorSignalControlComponent
EdgeDetectorComponent
An edge detector that pulses high or low output ports when the input port gets a rising or falling edge respectively.
LogicGateComponent
A logic gate that sets its output port by doing an operation on its 2 input ports, A and B.
SignallerComponent
Sends out a signal to machine linked objects.
SignalSwitchComponent
Simple switch that will fire ports when toggled on or off. A button is jsut a switch that signals on the same port regardless of its state.
SignalTimerComponent
TwoWayLeverComponent
Enums
SignalState
Last state of a signal port, used to not spam invoking ports.