<< Previous | Next >>

servo_alloc_table

void servo_alloc_table( int which, int entries );

Description

Allocate an xmem data area for servo statistics collection. This function should be called once only (for each servo) at application startup time.

Parameters

which
Servo (0 or 1)

entries
Number of entries to allocate. Each entry is 8 bytes, and stores 4 integer values. The maximum value for this parameter is 8190.

Library

SERVO.LIB

See Also

servo_graph, servo_read_table, servo_stats_reset


Dynamic C Functions << Previous | Next >> rabbit.com