Home
last modified time | relevance | path

Searched refs:theTerminal (Results 1 – 3 of 3) sorted by relevance

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCCvcDb_print.cc610 void CCvcDb::PrintAllTerminalConnections(terminal_t theTerminal, CFullConnection& theConnections, o… in PrintAllTerminalConnections() argument
618 switch (theTerminal) { in PrintAllTerminalConnections()
707 default: { throw EDatabaseError("Invalid terminal type: " + theTerminal); } in PrintAllTerminalConnections()
715 void CCvcDb::PrintSimTerminalConnections(terminal_t theTerminal, CFullConnection& theConnections, o… in PrintSimTerminalConnections() argument
720 switch (theTerminal) { in PrintSimTerminalConnections()
753 default: { throw EDatabaseError("Invalid terminal type: " + theTerminal); } in PrintSimTerminalConnections()
H A DCCvcDb.hh372 deviceId_t GetAttachedDevice(netId_t theNetId, modelType_t theType, terminal_t theTerminal);
421 …void PrintAllTerminalConnections(terminal_t theTerminal, CFullConnection& theConnections, ogzstrea…
422 …void PrintSimTerminalConnections(terminal_t theTerminal, CFullConnection& theConnections, ogzstrea…
H A DCCvcDb_utility.cc1478 deviceId_t CCvcDb::GetAttachedDevice(netId_t theNetId, modelType_t theType, terminal_t theTerminal)… in GetAttachedDevice() argument
1483 if ( theTerminal & GATE ) { in GetAttachedDevice()
1497 if ( theTerminal & SOURCE ) { in GetAttachedDevice()
1511 if ( theTerminal & DRAIN ) { in GetAttachedDevice()