#include <si_sha/autopkt.h>
Public Attributes | |
pthread_mutex_t | mux_ |
sc_automationPacketPtrhList | pool_ |
s_int32 | packetSize_ |
s_int32 | currCapacity_ |
s_int32 | maxCapacity_ |
sc_blockAllocator | al_ |
Block allocator for growable constant time block allocation/release.
Number of contained packets
Max number of packets to allow via growth.
pthread_mutex_t sc_automationPacketPool::mux_ |
Mutex for pool thread safety.
Size of packets to pool.
sc_automationPacketPtrhList sc_automationPacketPool::pool_ |
List of free packets.