Subversion Repositories filter_foundry

Rev

Rev 241 | Rev 255 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 241 Rev 247
Line 325... Line 325...
325
 
325
 
326
        return aeteptr;
326
        return aeteptr;
327
}
327
}
328
 
328
 
329
size_t aete_generate(void* aeteptr, PARM_T *pparm, long event_id) {
329
size_t aete_generate(void* aeteptr, PARM_T *pparm, long event_id) {
-
 
330
        // TODO: Can't we use the PI SDK to create an AETE?
330
        int numprops;
331
        int numprops;
331
        void *beginptr = aeteptr;
332
        void *beginptr = aeteptr;
332
 
333
 
333
        // Attention!
334
        // Attention!
334
        // - On some systems (e.g. ARM based CPUs) this will cause an unaligned memory access exception.
335
        // - On some systems (e.g. ARM based CPUs) this will cause an unaligned memory access exception.