Search:

Type: Posts; User: westclok

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    1,253

    Would it make much of a difference if I declared...

    Would it make much of a difference if I declared BYTE tempxte[10] as a global variable?
  2. Replies
    11
    Views
    1,253

    I am using the testMethod() function. This...

    I am using the testMethod() function. This function reads a byte at a time until it reaches a comma, once it reaches a comma the tempxte variable is returned i.e.

    apb.xte=testMethod(); this reads...
  3. Replies
    11
    Views
    1,253

    Sorry, I was a bit unclear, the data in the...

    Sorry, I was a bit unclear, the data in the struct with only one byte being held only have to store one byte. warning flag can only ever store a single character. However, xte can store up to 10...
  4. Replies
    11
    Views
    1,253

    arrays and structs

    Hey guys I am having trouble with the following code:




    #define BYTE unsigned char

    struct sentence
    {
  5. Thread: nmea sentence

    by westclok
    Replies
    1
    Views
    1,766

    nmea sentence

    Hey people,

    Im working with NMEA sentences and am having trouble parsing them. The NMEA sentence is delimited by commas. So, I have to parse this line and store the data inbetween the commas....
  6. Thread: Integration

    by westclok
    Replies
    8
    Views
    3,406

    Integration

    Does anybody know how to do a maths integration in C? I have been looking around and am finding it difficult to produce this piece of code and was wondering if anybody code help me? Thanks for your...
Results 1 to 6 of 6