Helper struct for output_selections.
#include <drake/systems/primitives/selector.h>
Public Member Functions | |
| template<typename Archive> | |
| void | Serialize (Archive *a) |
| Passes this object to an Archive. | |
Public Attributes | |
| int | input_port_index {} |
| The input port to use for this single output element. | |
| int | input_offset {} |
| The element offset within the given input port to use for this single output element. | |
| void Serialize | ( | Archive * | a | ) |
Passes this object to an Archive.
Refer to YAML Serialization for background.
| int input_offset {} |
The element offset within the given input port to use for this single output element.
| int input_port_index {} |
The input port to use for this single output element.