Skip to content

Commit

Permalink
input connector is a single msg, not vector of msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
schaubh committed Dec 12, 2023
1 parent a80b1d8 commit 2a5a5a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/Vizard/vizardAdvanced/vizardSettings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1299,17 +1299,17 @@ The full list of required and optional generic storage parameters are provided i
3 (sending and receiving). Note that this value is replaced with the value from
the transceiver state input message if such an input message is provided.
* - ``batteryStateInMsg``
- vector<ReadFunctor<:ref:`PowerStorageStatusMsgPayload`>>
- ReadFunctor<:ref:`PowerStorageStatusMsgPayload`>
-
- No
- incoming battery state msg, only connect one input message
* - ``dataStorageStateInMsg``
- vector<ReadFunctor<:ref:`DataStorageStatusMsgPayload`>>
- ReadFunctor<:ref:`DataStorageStatusMsgPayload`>
-
- No
- incoming data storage state msg, only connect one input message
* - ``fuelTankStateInMsg``
- vector<ReadFunctor<:ref:`FuelTankMsgPayload`>>
- ReadFunctor<:ref:`FuelTankMsgPayload`>
-
- No
- incoming fuel tank state msg, only connect one input message
Expand Down

0 comments on commit 2a5a5a2

Please sign in to comment.