Opened 9 years ago
Closed 9 years ago
#48 closed task (fixed)
change "getChopperPhaseLog"
Reported by: | zhangjr | Owned by: | zhangjr |
---|---|---|---|
Priority: | major | Milestone: | pre-alpha |
Component: | ReadCSNSNexus | Version: | 0.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Parent ID: | Parent Tickets: | ||
Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Description
define:
1) std::vector<std::string> ReadCSNSNexus::getChopperPhaseLog(const std::string &filename)
return chopper_phase list with log
2)std::vector<std::vector<float> > ReadCSNSNexus::getChopperPhaseLog(const std::string &filename, const std::string &CPname)
return log for the given chopper "CPname"
Subtickets
Child Tickets
Change History (3)
comment:1 Changed 9 years ago by zhangjr
comment:2 Changed 9 years ago by zhangjr
- Owner set to zhangjr
- Status changed from new to accepted
comment:3 Changed 9 years ago by zhangjr
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
from
std::vector<std::vector<float> > ReadCSNSNexus::getChopperPhaseLog(const std::string &filename)
to
std::vector<std::vector<float> > ReadCSNSNexus::getChopperPhaseLog(const std::string &filename, const std::string &chopperName)