31 enc.addChannelData(1, {
SampaCluster{20, 21, std::vector<uint16_t>{20}},
33 enc.addChannelData(5, {
SampaCluster{100, 101, std::vector<uint16_t>{100, 101}}});
34 enc.addChannelData(13, {
SampaCluster{260, 261, std::vector<uint16_t>{260, 261, 262}}});
35 enc.addChannelData(31, {
SampaCluster{620, 621, std::vector<uint16_t>{620, 621, 622, 623}}});
111 auto initialSize = enc.len();
112 enc.addChannelData(1, {
SampaCluster(20, 21, std::vector<uint16_t>{1, 10, 100, 10, 1})});
113 enc.addChannelData(5, {
SampaCluster(100, 101, std::vector<uint16_t>{5, 50, 5})});
114 enc.addChannelData(13, {
SampaCluster(260, 261, std::vector<uint16_t>{13, 14, 15, 15, 13})});
115 enc.addChannelData(31, {
SampaCluster(620, 621, std::vector<uint16_t>{31})});