source: trunk/IPs/systemC/Environment/Data/src/Segment_define_target.cpp @ 81

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 208 bytes
Line 
1#include "../include/Segment.h"
2
3namespace environment {
4namespace data {
5 
6  void Segment::define_target (type_target_t type, uint32_t index)
7  {
8    this->type  = type;
9    this->index = index;
10  }
11
12};
13};
Note: See TracBrowser for help on using the repository browser.