Re: CLIL source code from book "Firmware demystified"
- From: "Lanarcam" <lanarcam1@xxxxxxxx>
- Date: 29 Jun 2005 02:02:52 -0700
Roman Mashak wrote:
> Hello, All!
>
> Recently this book has fallen into my hands and I was reviewing the chapter
> dedicated to development of Command Line Interface for generic embedded
> system.
>
> I was confused, the author offers unusual method: there is main function
> getting command line from user and parsing it, than calls appropriate
> function (for example, which shows env. variables: show_env()) and pass
> 'argc' and 'argv[]' to that function (assuming that in CLI prompt you enter
> some arguments, like 'show env current').
>
> How is it possible to work?
What exactly do you not understand?
- main function getting command line from user?
- parsing it?
- calls appropriate function?
- pass 'argc' and 'argv[]'?
> With best regards, Roman Mashak. E-mail: mrv@xxxxxxxx
.
- Follow-Ups:
- Re: CLIL source code from book "Firmware demystified"
- From: Roman Mashak
- Re: CLIL source code from book "Firmware demystified"
- References:
- CLIL source code from book "Firmware demystified"
- From: Roman Mashak
- CLIL source code from book "Firmware demystified"
- Prev by Date: Startup code
- Next by Date: Re: Startup code
- Previous by thread: CLIL source code from book "Firmware demystified"
- Next by thread: Re: CLIL source code from book "Firmware demystified"
- Index(es):
Relevant Pages
|