pnp-software / cordetfw-pus

PUS Extension of the CORDET Framework
Mozilla Public License 2.0
2 stars 1 forks source link

Type of Event Time Stamp #2

Closed pasetti closed 5 years ago

pasetti commented 6 years ago

I should consider changing the type oflastEvtTime_x from CrFwTimeStamp_t (a structure) to CrFwTime (a float). This makes initialization of the variable easier.

pasetti commented 6 years ago

For the time being, and in order to allow compilation to proceed smotthly, I have changed the type of the data pool variables to CrFwTime_.

pasetti commented 5 years ago

I have changed all CrFwTimeStamp_t types to CrFwTime_t (use of CrFwTimeStamp_t gave rise to compilation warning in the data pool code generated by the CORDET Editor). The two types have exactly the same information and there is no reason why we should be able to use CrFwTime_t throughout.