aboutsummaryrefslogtreecommitdiffstats
path: root/src/basecmd.h
Commit message (Collapse)AuthorAgeFilesLines
* basecmd: Use oid_ prefix for the oid manipulation functionsKevin O'Connor2017-03-091-4/+4
| | | | | | | Consistently use an "oid_" prefix on the oid functions - this makes them similar to other functions with a common prefix. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* basecmd: Generalize the "move queue" runtime storageKevin O'Connor2017-03-081-10/+3
| | | | | | | | | Detect the maximum size of each "move queue" item during the configuration phase instead of using the stepper move struct. This allows the stepper code to be contained entirely in stepper.c and it allows for future run time allocations from other types of objects. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+23
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>