Stack Overflow

2 posts / 0 new
Last post
Offline
Last seen: 4 years 3 months ago
Joined: 01/20/2020
Posts: 1
Crashing out the box with matrix struct in IDL

Hello,

I am attempting to send images across DDS, to do so I'd like to make a struct comprising of just a matrix. In the IDL I'm doing

    struct imgType{
        unsigned long imgMat[1224][1025];
    };

Subscribe to RSS - Stack Overflow