File: Loader.txt

package info (click to toggle)
robodoc 4.99.40-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,560 kB
  • ctags: 978
  • sloc: ansic: 14,067; sh: 3,711; perl: 155; makefile: 108
file content (9 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#****h* TruckPacker/Loader
# FUNCTION
#    The Loader module consist of a number of classes that represent
#    that various algorithms to pack Cargo into a truck..
# 
#    Currently only on algorithm (SmartLoader) has been implemented.
#
#****