Changes between Initial Version and Version 1 of Ticket #119, comment 16


Ignore:
Timestamp:
May 15, 2014, 9:21:42 AM (10 years ago)
Author:
Veranika Liaukevich

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #119, comment 16

    initial v1  
    11Wait, this is what casting is about: converting one types into others. You can convert char into octet without any problem (try {{{"select (octet) 128"}}}), the result should be 127 because of overflow. This is how it works now for base types, so I think it should work in the same way for attributes of structures.
    22
    3 decode($1) also returns structure of chars, which is later converted to structure of octets (TestPixel), and this works for you as well.
     3`decode($1)` also returns structure of chars, which is later converted to structure of octets (`TestPixel`), and this works for you as well.