46 #ifndef Xyce_N_DEV_ADC_h
47 #define Xyce_N_DEV_ADC_h
58 #include <N_UTL_BreakPoint.h>
70 static const char *
name() {
return "ADC";}
71 static const char *
deviceTypeName() {
return "YADC level 1 (Analog to Digital Interface)";};
109 void registerLIDs(
const std::vector<int> & intLIDVecRef,
110 const std::vector<int> & extLIDVecRef );
113 const std::vector< std::vector<int> > &
jacobianStamp()
const;
114 void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec );
122 void getTVVEC(std::vector< std::pair<double, double> > & TVVVEC_Out);
169 std::vector< std::pair<double, double> >
TVVEC;
259 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
263 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * bVec,
double * storeLeadF,
double * storeLeadQ);
264 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);
266 bool getBreakPoints (std::vector<N_UTL_BreakPoint> &breakPointTimes);