Show
Ignore:
Timestamp:
10/12/07 17:32:31 (6 years ago)
Author:
jgaeddert
Message:

moving to unified API

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • experimental/components/Packetizer/trunk/Packetizer-metadata/tests/CreateExtract_testsuite.h

    r5394 r5399  
    4646        // Initialize properties 
    4747        packet_id = 6; 
    48         CreatePacket(PACKET_RAW_400, input, 400, &packet[0], 1024, packet_length ); 
     48        ConfigurePacketType( PACKET_RAW_400 ); 
     49        CreatePacket( input, 400, &packet[0], 1024, packet_length ); 
    4950 
    5051        packet_id = 0; 
     
    6061        // Test again, but set output to offset position in buffer and break data into pieces 
    6162        packet_id = 6; 
    62         CreatePacket(PACKET_RAW_400, input, 400, &packet[55], 1024, packet_length ); 
     63        ConfigurePacketType( PACKET_RAW_400 ); 
     64        CreatePacket( input, 400, &packet[55], 1024, packet_length ); 
    6365 
    6466        packet_id = 0;