nasa / fprime

F´ - A flight software and embedded systems framework
https://fprime.jpl.nasa.gov
Apache License 2.0
10.05k stars 1.3k forks source link

Rename EventsInterface to EventInterface #2792

Closed thomas-bc closed 3 months ago

thomas-bc commented 3 months ago
Related Issue(s)
Has Unit Tests (y/n)
Documentation Included (y/n)

Change Description

Very minimal change... but I thought it'd be good to make it before it gets adopted too widely Although we could go for everything plural?

EventInterface
CommandInterface
ChannelInterface

vs

EventsInterface
CommandsInterface
ChannelsInterface

Rationale

Have same plurality on Event/Channel/Command interfaces

thomas-bc commented 3 months ago

Markdown link check has been fixed in https://github.com/nasa/fprime/pull/2793 and can safely be ignored here