Skip to content
Snippets Groups Projects
Commit b873c696 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Small fixes in comments.

parent 533c8ee1
No related branches found
No related tags found
No related merge requests found
/***************************************************************************
ArrayOperationsMIC_impl.h - description
-------------------
begin : Mar 4, 2013
copyright : (C) 2013 by Tomas Oberhuber
begin : Mar 4, 2017
copyright : (C) 2017 by Tomas Oberhuber
email : tomas.oberhuber@fjfi.cvut.cz
***************************************************************************/
/* See Copyright Notice in tnl/Copyright */
// Implemented by: Vit Hanousek
#pragma once
#include <iostream>
......
/***************************************************************************
MIC.cpp - description
-------------------
by hanouvit
begin : Feb 10, 2017
copyright : (C) 2017 by Tomas Oberhuber
email : tomas.oberhuber@fjfi.cvut.cz
***************************************************************************/
/* See Copyright Notice in tnl/Copyright */
#include <TNL/Devices/MIC.h>
// Implemented by: Vit Hanousek
#include <TNL/Devices/MIC.h>
namespace TNL {
namespace Devices {
......
/***************************************************************************
MIC.h - description
by hanouvit
-------------------
begin : Nov 7, 2012
copyright : (C) 2012 by Tomas Oberhuber
begin : Nov 7, 2016
copyright : (C) 2016 by Tomas Oberhuber
email : tomas.oberhuber@fjfi.cvut.cz
***************************************************************************/
/* See Copyright Notice in tnl/Copyright */
#ifndef TNLMIC_H
#define TNLMIC_H
// Implemented by: Vit Hanousek
#pragma once
#include <iostream>
#include <cstring>
......@@ -55,7 +55,6 @@ struct MICStruct{
#define TNLMICSTRUCTALLOC(bb,typ) typ * kernel ## bb = (typ*) malloc (sizeof(typ)); \
memcpy((void*)kernel ## bb,(void*) & s ## bb, sizeof(typ));
//verze kdy se ukazatel na objekt reprezentuje jako ukazatel na pole uint_8
//version which retypes pointer of object to pointer to array of uint8_t,
//object can be copied using uint8_t pointer as array with same length as object size
#define TNLMICHIDE(bb,typ) uint8_t * u ## bb=(uint8_t *)&bb; \
......@@ -181,8 +180,3 @@ class MIC
}//namespace TNL
#endif /* TNLMIC_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment