Minor refactoring

This commit is contained in:
2022-06-30 23:18:46 +01:00
parent c873381653
commit 3a4bf205cf
3 changed files with 10 additions and 10 deletions

View File

@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<infotexts language="English" nowhitespace="false" translatedname="English">
<entityname.flipflopcomponent>Flip-Flop Component</entityname.flipflopcomponent>
<entitydescription.flipflopcomponent>Switches state when receiving 1, forces state to X when receiving -X.</entitydescription.flipflopcomponent>
<entityname.flipflopcomponent>Active Flip-Flop Component</entityname.flipflopcomponent>
<entitydescription.flipflopcomponent>Switches state when receiving 1, forces state to X when receiving -X. Constantly outputs state.</entitydescription.flipflopcomponent>
<entityname.activeflipflopcomponent>Flip-Flop Component (Active)</entityname.activeflipflopcomponent>
<entitydescription.activeflipflopcomponent>Switches state when receiving 1, forces state to X when receiving -X. Constantly outputs state.</entitydescription.activeflipflopcomponent>
<entityname.countercomponent>Counter Component</entityname.countercomponent>
<entitydescription.countercomponent>Counts up to ClampMax when receiving 1, resets to ClampMin when reached, forces state to X when receiving -X.</entitydescription.countercomponent>
<entityname.activecountercomponent>Active Counter Component</entityname.activecountercomponent>
<entityname.activecountercomponent>Counter Component (Active)</entityname.activecountercomponent>
<entitydescription.activecountercomponent>Counts up to ClampMax when receiving 1, resets to ClampMin when reached, forces state to X when receiving -X. Constantly outputs state.</entitydescription.activecountercomponent>
<entityname.reactorcontrollercomponent>Reactor Controller Component</entityname.reactorcontrollercomponent>