Skip to content
Snippets Groups Projects

Adding an example subsystem part to the simulink section of CDS parts

Merged Ezekiel Dohmen requested to merge ezekiel.dohmen/advligorts:subsystem-part into master
6 files
+ 12
7
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 0
5
@@ -929,11 +929,6 @@ net_writer_c::consumer( )
char* data = buffptr->block_ptr( nb );
for ( int i = 0; i < num_channels; i++ )
{
printf( "Byteswap %s rate=%d type=%d\n",
channels[ i ].name,
channels[ i ].sample_rate,
channels[ i ].data_type );
if ( channels[ i ].bps == 4 )
{
for ( int j = 0; j < channels[ i ].sample_rate; j++ )
Loading