Synopsis
#define RSL_FOREACH_VOL (radar, volume, count, index)
#define RSL_FOREACH_SWEEP (volume, sweep, count, index)
#define RSL_FOREACH_RAY (sweep, ray, count, index)
#define RSL_FOREACH_BIN (ray, bin, count, index)
#define RSL_FOREACH_END
Details
RSL_FOREACH_VOL()
#define RSL_FOREACH_VOL(radar, volume, count, index)
radar :
|
|
volume :
|
|
count :
|
|
index :
|
|
RSL_FOREACH_SWEEP()
#define RSL_FOREACH_SWEEP(volume, sweep, count, index)
volume :
|
|
sweep :
|
|
count :
|
|
index :
|
|
RSL_FOREACH_RAY()
#define RSL_FOREACH_RAY(sweep, ray, count, index)
sweep :
|
|
ray :
|
|
count :
|
|
index :
|
|
RSL_FOREACH_BIN()
#define RSL_FOREACH_BIN(ray, bin, count, index)
ray :
|
|
bin :
|
|
count :
|
|
index :
|
|
RSL_FOREACH_END
#define RSL_FOREACH_END }