C
chiku
Hi,
My application require saving data from 3 diff sources into 3
different files at time. I want each of my file to be named like
[Hw_Id][Src_Id][Trip_Id][Seg_Id] where Hw_Id is my hardware in use,
Src_Id is data source(one of the 3),Trip_Id is this trip number when
i am capturing datas from 3 diff source(this system restart),Seg_Id is
this this set of 3 data files.
I need this unique naming because i want to analyse each file after
each trip and want to delete old files once memory is full.
Any help will be appreciated?
Chiku
My application require saving data from 3 diff sources into 3
different files at time. I want each of my file to be named like
[Hw_Id][Src_Id][Trip_Id][Seg_Id] where Hw_Id is my hardware in use,
Src_Id is data source(one of the 3),Trip_Id is this trip number when
i am capturing datas from 3 diff source(this system restart),Seg_Id is
this this set of 3 data files.
I need this unique naming because i want to analyse each file after
each trip and want to delete old files once memory is full.
Any help will be appreciated?
Chiku