newRPL: [UPDATED April 27-2017] Firmware for testing available for download
|
11-08-2016, 08:45 PM
(This post was last modified: 11-08-2016 09:01 PM by Han.)
Post: #433
|
|||
|
|||
RE: newRPL: [UPDATED November-08-16] Firmware for testing available for download
One of the things I would like tinker with is some of the linear algebra commands that are currently not available. I just happened to notice a few hard-coded limits in the array size (65535). Is there any reason not to use define statements so that it could easily be managed later on rather than a hard value (I suspect that perhaps memory is the limiting factor)?
EDIT: Some initial questions: The current code base appears to keep all the code for a particular command embedded within the library as suggested by: Code: void sample_handler() I do not see a quick way to make use of existing routines (cross-library usage). For example, if I wanted to re-use the code of MYCMD, and since it is not defined as a function, what is the proper way to call MYCMD? Would I have to mix "SysRPL" like in Code: const WORD const matrixeval_seco[]={ Thanks ahead of time for the help. Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)