casa
$Rev:20696$
|
The FreqOffsetTable class is an Alma table. More...
#include <FreqOffsetTable.h>
Public Member Functions | |
virtual | ~FreqOffsetTable () |
ASDM & | getContainer () const |
Return the container to which this table belongs. | |
unsigned int | size () const |
Return the number of rows in the table. | |
std::string | getName () const |
Return the name of this table. | |
std::string | getVersion () const |
Return the version information about this table. | |
Entity | getEntity () const |
Return this table's Entity. | |
void | setEntity (Entity e) |
Set this table's Entity. | |
std::string | toXML () |
Produces an XML representation conform to the schema defined for FreqOffset (FreqOffsetTable.xsd). | |
asdmIDL::FreqOffsetTableIDL * | toIDL () |
Conversion Methods. | |
void | toIDL (asdmIDL::FreqOffsetTableIDL &x) const |
Fills the CORBA data structure passed in parameter with the content of this table. | |
void | fromIDL (asdmIDL::FreqOffsetTableIDL x) |
Populate this table from the content of a FreqOffsetTableIDL Corba structure. | |
FreqOffsetRow * | newRow () |
====> Row creation. | |
FreqOffsetRow * | newRow (Tag antennaId, Tag spectralWindowId, ArrayTimeInterval timeInterval, int feedId, Frequency offset) |
Create a new row initialized to the specified values. | |
FreqOffsetRow * | newRow (FreqOffsetRow *row) |
Create a new row using a copy constructor mechanism. | |
FreqOffsetRow * | add (FreqOffsetRow *x) |
====> Append a row to its table. | |
std::vector< FreqOffsetRow * > | get () |
====> Methods returning rows. | |
const std::vector < FreqOffsetRow * > & | get () const |
Get a const reference on the collection of rows pointers internally hold by the table. | |
std::vector< FreqOffsetRow * > * | getByContext (Tag antennaId, Tag spectralWindowId, int feedId) |
Returns all the rows sorted by ascending startTime for a given context. | |
FreqOffsetRow * | getRowByKey (Tag antennaId, Tag spectralWindowId, ArrayTimeInterval timeInterval, int feedId) |
Returns a FreqOffsetRow* given a key. | |
FreqOffsetRow * | lookup (Tag antennaId, Tag spectralWindowId, ArrayTimeInterval timeInterval, int feedId, Frequency offset) |
Look up the table for a row whose all attributes are equal to the corresponding parameters of the method. | |
void | setUnknownAttributeBinaryReader (const std::string &attributeName, BinaryAttributeReaderFunctor *barFctr) |
BinaryAttributeReaderFunctor * | getUnknownAttributeBinaryReader (const std::string &attributeName) const |
virtual | ~FreqOffsetTable () |
ASDM & | getContainer () const |
Return the container to which this table belongs. | |
unsigned int | size () const |
Return the number of rows in the table. | |
std::string | getName () const |
Return the name of this table. | |
std::string | getVersion () const |
Return the version information about this table. | |
Entity | getEntity () const |
Return this table's Entity. | |
void | setEntity (Entity e) |
Set this table's Entity. | |
std::string | toXML () |
Produces an XML representation conform to the schema defined for FreqOffset (FreqOffsetTable.xsd). | |
asdmIDL::FreqOffsetTableIDL * | toIDL () |
Conversion Methods. | |
void | fromIDL (asdmIDL::FreqOffsetTableIDL x) |
Populate this table from the content of a FreqOffsetTableIDL Corba structure. | |
FreqOffsetRow * | newRow () |
====> Row creation. | |
FreqOffsetRow * | newRow (Tag antennaId, Tag spectralWindowId, ArrayTimeInterval timeInterval, int feedId, Frequency offset) |
Create a new row initialized to the specified values. | |
FreqOffsetRow * | newRow (FreqOffsetRow *row) |
Create a new row using a copy constructor mechanism. | |
FreqOffsetRow * | add (FreqOffsetRow *x) |
====> Append a row to its table. | |
std::vector< FreqOffsetRow * > | get () |
====> Methods returning rows. | |
const std::vector < FreqOffsetRow * > & | get () const |
Get a const reference on the collection of rows pointers internally hold by the table. | |
std::vector< FreqOffsetRow * > * | getByContext (Tag antennaId, Tag spectralWindowId, int feedId) |
Returns all the rows sorted by ascending startTime for a given context. | |
FreqOffsetRow * | getRowByKey (Tag antennaId, Tag spectralWindowId, ArrayTimeInterval timeInterval, int feedId) |
Returns a FreqOffsetRow* given a key. | |
FreqOffsetRow * | lookup (Tag antennaId, Tag spectralWindowId, ArrayTimeInterval timeInterval, int feedId, Frequency offset) |
Look up the table for a row whose all attributes are equal to the corresponding parameters of the method. | |
void | setUnknownAttributeBinaryReader (const std::string &attributeName, BinaryAttributeReaderFunctor *barFctr) |
BinaryAttributeReaderFunctor * | getUnknownAttributeBinaryReader (const std::string &attributeName) const |
Static Public Member Functions | |
static const std::vector < std::string > & | getKeyName () |
Return the list of field names that make up key key as an array of strings. | |
static std::string | name () |
Return the name of this table. | |
static const std::vector < std::string > & | getAttributesNames () |
Return the names of the attributes of this table. | |
static const std::vector < std::string > & | defaultAttributesNamesInBin () |
Return the default sorted list of attributes names in the binary representation of the table. | |
static std::vector< std::string > | getKeyName () |
Return the list of field names that make up key key as an array of strings. | |
static std::string | name () |
Return the name of this table. | |
static const std::vector < std::string > & | getAttributesNames () |
Return the names of the attributes of this table. | |
static const std::vector < std::string > & | defaultAttributesNamesInBin () |
Return the default sorted list of attributes names in the binary representation of the table. | |
Private Types | |
typedef std::vector < FreqOffsetRow * > | TIME_ROWS |
typedef std::vector < FreqOffsetRow * > | TIME_ROWS |
Private Member Functions | |
FreqOffsetTable (ASDM &container) | |
Create a FreqOffsetTable. | |
FreqOffsetRow * | checkAndAdd (FreqOffsetRow *x, bool skipCheckUniqueness=false) |
If this table has an autoincrementable attribute then check if *x verifies the rule of uniqueness and throw exception if not. | |
void | append (FreqOffsetRow *x) |
Brutally append an FreqOffsetRow x to the collection of rows already stored in this table. | |
void | addWithoutCheckingUnique (FreqOffsetRow *x) |
Brutally append an FreqOffsetRow x to the collection of rows already stored in this table. | |
FreqOffsetRow * | insertByStartTime (FreqOffsetRow *x, std::vector< FreqOffsetRow * > &row) |
Insert a FreqOffsetRow* in a vector of FreqOffsetRow* so that it's ordered by ascending time. | |
std::string | Key (Tag antennaId, Tag spectralWindowId, int feedId) |
Returns a string built by concatenating the ascii representation of the parameters values suffixed with a "_" character. | |
void | getByKeyNoAutoIncNoTime (std::vector< FreqOffsetRow * > &vin, std::vector< FreqOffsetRow * > &vout, Tag antennaId, Tag spectralWindowId, int feedId) |
Fills the vector vout (passed by reference) with pointers on elements of vin whose attributes are equal to the corresponding parameters of the method. | |
void | error () |
void | fromXML (std::string &xmlDoc) |
Populate this table from the content of a XML document that is required to be conform to the XML schema defined for a FreqOffset (FreqOffsetTable.xsd). | |
void | setFromMIMEFile (const std::string &directory) |
Private methods involved during the build of this table out of the content of file(s) containing an external representation of a FreqOffset table. | |
void | setFromXMLFile (const std::string &directory) |
std::string | toMIME (const asdm::ByteOrder *byteOrder=asdm::ByteOrder::Machine_Endianity) |
Serialize this into a stream of bytes and encapsulates that stream into a MIME message. | |
void | setFromMIME (const std::string &mimeMsg) |
Extracts the binary part of a MIME message and deserialize its content to fill this with the result of the deserialization. | |
std::string | MIMEXMLPart (const asdm::ByteOrder *byteOrder=asdm::ByteOrder::Machine_Endianity) |
Private methods involved during the export of this table into disk file(s). | |
void | toFile (std::string directory) |
Stores a representation (binary or XML) of this table into a file. | |
void | checkPresenceInMemory () |
void | setFromFile (const std::string &directory) |
Reads and parses a file containing a representation of a FreqOffsetTable as those produced by the toFile method. | |
FreqOffsetTable (ASDM &container) | |
Create a FreqOffsetTable. | |
FreqOffsetRow * | checkAndAdd (FreqOffsetRow *x) |
If this table has an autoincrementable attribute then check if *x verifies the rule of uniqueness and throw exception if not. | |
void | append (FreqOffsetRow *x) |
Brutally append an FreqOffsetRow x to the collection of rows already stored in this table. | |
void | addWithoutCheckingUnique (FreqOffsetRow *x) |
Brutally append an FreqOffsetRow x to the collection of rows already stored in this table. | |
FreqOffsetRow * | insertByStartTime (FreqOffsetRow *x, std::vector< FreqOffsetRow * > &row) |
Insert a FreqOffsetRow* in a vector of FreqOffsetRow* so that it's ordered by ascending time. | |
std::string | Key (Tag antennaId, Tag spectralWindowId, int feedId) |
Returns a string built by concatenating the ascii representation of the parameters values suffixed with a "_" character. | |
void | getByKeyNoAutoIncNoTime (std::vector< FreqOffsetRow * > &vin, std::vector< FreqOffsetRow * > &vout, Tag antennaId, Tag spectralWindowId, int feedId) |
Fills the vector vout (passed by reference) with pointers on elements of vin whose attributes are equal to the corresponding parameters of the method. | |
void | error () |
void | fromXML (std::string &xmlDoc) |
Populate this table from the content of a XML document that is required to be conform to the XML schema defined for a FreqOffset (FreqOffsetTable.xsd). | |
void | setFromMIMEFile (const std::string &directory) |
Private methods involved during the build of this table out of the content of file(s) containing an external representation of a FreqOffset table. | |
void | setFromXMLFile (const std::string &directory) |
std::string | toMIME (const asdm::ByteOrder *byteOrder=asdm::ByteOrder::Machine_Endianity) |
Serialize this into a stream of bytes and encapsulates that stream into a MIME message. | |
void | setFromMIME (const std::string &mimeMsg) |
Extracts the binary part of a MIME message and deserialize its content to fill this with the result of the deserialization. | |
std::string | MIMEXMLPart (const asdm::ByteOrder *byteOrder=asdm::ByteOrder::Machine_Endianity) |
Private methods involved during the export of this table into disk file(s). | |
void | toFile (std::string directory) |
Stores a representation (binary or XML) of this table into a file. | |
void | checkPresenceInMemory () |
void | setFromFile (const std::string &directory) |
Reads and parses a file containing a representation of a FreqOffsetTable as those produced by the toFile method. | |
Static Private Member Functions | |
static bool | initAttributesNames () |
A method to fill attributesNames and attributesNamesInBin;. | |
Private Attributes | |
ASDM & | container |
bool | archiveAsBin |
bool | fileAsBin |
std::string | version |
Entity | entity |
std::vector< FreqOffsetRow * > | privateRows |
A data structure to store the pointers on the table's rows. | |
std::map< std::string, TIME_ROWS > | context |
std::map< std::string, BinaryAttributeReaderFunctor * > | unknownAttributes2Functors |
bool | loadInProgress |
Load the table in memory if necessary. | |
static bool | initAttributesNamesDone |
Static Private Attributes | |
static std::string | itsName |
The name of this table. | |
static std::vector< std::string > | attributesNames |
The attributes names. | |
static std::vector< std::string > | attributesNamesInBin |
The attributes names in the order in which they appear in the binary representation of the table. | |
static std::vector< std::string > | key |
The list of field names that make up key key. | |
Friends | |
class | ASDM |
The FreqOffsetTable class is an Alma table.
Generated from model's revision "1.64", branch "HEAD"
Name | Type | Expected shape | Comment |
---|---|---|---|
Key | |||
antennaId | Tag | refers to a unique row in AntennaTable. | |
spectralWindowId | Tag | refers to a unique row in SpectralWindowTable. | |
timeInterval | ArrayTimeInterval | the time interval of validity of the row's content. | |
feedId | int | refers to a collection of rows in FeedTable. | |
Value | |||
offset | Frequency | frequency offset. |
Generated from model's revision "1.61", branch "HEAD"
Name | Type | Expected shape | Comment |
---|---|---|---|
Key | |||
antennaId | Tag | refers to a unique row in AntennaTable. | |
spectralWindowId | Tag | refers to a unique row in SpectralWindowTable. | |
timeInterval | ArrayTimeInterval | the time interval of validity of the row's content. | |
feedId | int | refers to a collection of rows in FeedTable. | |
Value | |||
offset | Frequency | frequency offset. |
Definition at line 153 of file FreqOffsetTable.h.
typedef std::vector<FreqOffsetRow* > asdm::FreqOffsetTable::TIME_ROWS [private] |
Definition at line 496 of file FreqOffsetTable.h.
typedef std::vector<FreqOffsetRow* > asdm::FreqOffsetTable::TIME_ROWS [private] |
Definition at line 512 of file FreqOffsetTable.h.
virtual asdm::FreqOffsetTable::~FreqOffsetTable | ( | ) | [virtual] |
asdm::FreqOffsetTable::FreqOffsetTable | ( | ASDM & | container | ) | [private] |
Create a FreqOffsetTable.
This constructor is private because only the container can create tables. All tables must know the container to which they belong.
container | The container to which this table belongs. |
virtual asdm::FreqOffsetTable::~FreqOffsetTable | ( | ) | [virtual] |
asdm::FreqOffsetTable::FreqOffsetTable | ( | ASDM & | container | ) | [private] |
Create a FreqOffsetTable.
This constructor is private because only the container can create tables. All tables must know the container to which they belong.
container | The container to which this table belongs. |
====> Append a row to its table.
Add a row.
x | a pointer to the FreqOffsetRow to be added. |
DuplicateKey | { thrown when the table contains a FreqOffsetRow with a key equal to the x one but having and a value section different from x one } |
====> Append a row to its table.
Add a row.
x | a pointer to the FreqOffsetRow to be added. |
DuplicateKey | { thrown when the table contains a FreqOffsetRow with a key equal to the x one but having and a value section different from x one } |
void asdm::FreqOffsetTable::addWithoutCheckingUnique | ( | FreqOffsetRow * | x | ) | [private] |
Brutally append an FreqOffsetRow x to the collection of rows already stored in this table.
No uniqueness check is done !
FreqOffsetRow* | x a pointer onto the FreqOffsetRow to be appended. |
void asdm::FreqOffsetTable::addWithoutCheckingUnique | ( | FreqOffsetRow * | x | ) | [private] |
Brutally append an FreqOffsetRow x to the collection of rows already stored in this table.
No uniqueness check is done !
FreqOffsetRow* | x a pointer onto the FreqOffsetRow to be appended. |
void asdm::FreqOffsetTable::append | ( | FreqOffsetRow * | x | ) | [private] |
Brutally append an FreqOffsetRow x to the collection of rows already stored in this table.
No uniqueness check is done !
FreqOffsetRow* | x a pointer onto the FreqOffsetRow to be appended. |
void asdm::FreqOffsetTable::append | ( | FreqOffsetRow * | x | ) | [private] |
Brutally append an FreqOffsetRow x to the collection of rows already stored in this table.
No uniqueness check is done !
FreqOffsetRow* | x a pointer onto the FreqOffsetRow to be appended. |
FreqOffsetRow* asdm::FreqOffsetTable::checkAndAdd | ( | FreqOffsetRow * | x, |
bool | skipCheckUniqueness = false |
||
) | [private] |
If this table has an autoincrementable attribute then check if *x verifies the rule of uniqueness and throw exception if not.
Check if *x verifies the key uniqueness rule and throw an exception if not. Append x to its table.
DuplicateKey |
FreqOffsetRow* asdm::FreqOffsetTable::checkAndAdd | ( | FreqOffsetRow * | x | ) | [private] |
If this table has an autoincrementable attribute then check if *x verifies the rule of uniqueness and throw exception if not.
Check if *x verifies the key uniqueness rule and throw an exception if not. Append x to its table.
DuplicateKey |
void asdm::FreqOffsetTable::checkPresenceInMemory | ( | ) | [inline, private] |
Definition at line 578 of file FreqOffsetTable.h.
References getContainer(), loadInProgress, asdm::Representable::presentInMemory, and setFromFile().
void asdm::FreqOffsetTable::checkPresenceInMemory | ( | ) | [inline, private] |
Definition at line 594 of file FreqOffsetTable.h.
References getContainer(), loadInProgress, asdm::Representable::presentInMemory, and setFromFile().
static const std::vector<std::string>& asdm::FreqOffsetTable::defaultAttributesNamesInBin | ( | ) | [static] |
Return the default sorted list of attributes names in the binary representation of the table.
static const std::vector<std::string>& asdm::FreqOffsetTable::defaultAttributesNamesInBin | ( | ) | [static] |
Return the default sorted list of attributes names in the binary representation of the table.
void asdm::FreqOffsetTable::error | ( | ) | [private] |
void asdm::FreqOffsetTable::error | ( | ) | [private] |
void asdm::FreqOffsetTable::fromIDL | ( | asdmIDL::FreqOffsetTableIDL | x | ) |
Populate this table from the content of a FreqOffsetTableIDL Corba structure.
DuplicateKey | Thrown if the method tries to add a row having a key that is already in the table. |
ConversionException |
void asdm::FreqOffsetTable::fromIDL | ( | asdmIDL::FreqOffsetTableIDL | x | ) |
Populate this table from the content of a FreqOffsetTableIDL Corba structure.
DuplicateKey | Thrown if the method tries to add a row having a key that is already in the table. |
ConversionException |
void asdm::FreqOffsetTable::fromXML | ( | std::string & | xmlDoc | ) | [private] |
Populate this table from the content of a XML document that is required to be conform to the XML schema defined for a FreqOffset (FreqOffsetTable.xsd).
ConversionException |
void asdm::FreqOffsetTable::fromXML | ( | std::string & | xmlDoc | ) | [private] |
Populate this table from the content of a XML document that is required to be conform to the XML schema defined for a FreqOffset (FreqOffsetTable.xsd).
ConversionException |
std::vector<FreqOffsetRow *> asdm::FreqOffsetTable::get | ( | ) |
====> Methods returning rows.
Get a collection of pointers on the rows of the table.
const std::vector<FreqOffsetRow *>& asdm::FreqOffsetTable::get | ( | ) | const |
Get a const reference on the collection of rows pointers internally hold by the table.
std::vector<FreqOffsetRow *> asdm::FreqOffsetTable::get | ( | ) |
====> Methods returning rows.
Get a collection of pointers on the rows of the table.
const std::vector<FreqOffsetRow *>& asdm::FreqOffsetTable::get | ( | ) | const |
Get a const reference on the collection of rows pointers internally hold by the table.
static const std::vector<std::string>& asdm::FreqOffsetTable::getAttributesNames | ( | ) | [static] |
Return the names of the attributes of this table.
static const std::vector<std::string>& asdm::FreqOffsetTable::getAttributesNames | ( | ) | [static] |
Return the names of the attributes of this table.
std::vector<FreqOffsetRow*>* asdm::FreqOffsetTable::getByContext | ( | Tag | antennaId, |
Tag | spectralWindowId, | ||
int | feedId | ||
) |
Returns all the rows sorted by ascending startTime for a given context.
The context is defined by a value of ( antennaId, spectralWindowId, feedId ).
IllegalAccessException | when a call is done to this method when it's called while the dataset has been imported with the option checkRowUniqueness set to false. |
std::vector<FreqOffsetRow*>* asdm::FreqOffsetTable::getByContext | ( | Tag | antennaId, |
Tag | spectralWindowId, | ||
int | feedId | ||
) |
Returns all the rows sorted by ascending startTime for a given context.
The context is defined by a value of ( antennaId, spectralWindowId, feedId ).
IllegalAccessException | when a call is done to this method when it's called while the dataset has been imported with the option checkRowUniqueness set to false. |
void asdm::FreqOffsetTable::getByKeyNoAutoIncNoTime | ( | std::vector< FreqOffsetRow * > & | vin, |
std::vector< FreqOffsetRow * > & | vout, | ||
Tag | antennaId, | ||
Tag | spectralWindowId, | ||
int | feedId | ||
) | [private] |
Fills the vector vout (passed by reference) with pointers on elements of vin whose attributes are equal to the corresponding parameters of the method.
void asdm::FreqOffsetTable::getByKeyNoAutoIncNoTime | ( | std::vector< FreqOffsetRow * > & | vin, |
std::vector< FreqOffsetRow * > & | vout, | ||
Tag | antennaId, | ||
Tag | spectralWindowId, | ||
int | feedId | ||
) | [private] |
Fills the vector vout (passed by reference) with pointers on elements of vin whose attributes are equal to the corresponding parameters of the method.
ASDM& asdm::FreqOffsetTable::getContainer | ( | ) | const |
Return the container to which this table belongs.
ASDM& asdm::FreqOffsetTable::getContainer | ( | ) | const |
Return the container to which this table belongs.
Referenced by checkPresenceInMemory().
Entity asdm::FreqOffsetTable::getEntity | ( | ) | const [virtual] |
Return this table's Entity.
Implements asdm::Representable.
Entity asdm::FreqOffsetTable::getEntity | ( | ) | const [virtual] |
Return this table's Entity.
Implements asdm::Representable.
static std::vector<std::string> asdm::FreqOffsetTable::getKeyName | ( | ) | [static] |
Return the list of field names that make up key key as an array of strings.
static const std::vector<std::string>& asdm::FreqOffsetTable::getKeyName | ( | ) | [static] |
Return the list of field names that make up key key as an array of strings.
std::string asdm::FreqOffsetTable::getName | ( | ) | const [virtual] |
Return the name of this table.
This is a instance method of the class.
Implements asdm::Representable.
std::string asdm::FreqOffsetTable::getName | ( | ) | const [virtual] |
Return the name of this table.
This is a instance method of the class.
Implements asdm::Representable.
FreqOffsetRow* asdm::FreqOffsetTable::getRowByKey | ( | Tag | antennaId, |
Tag | spectralWindowId, | ||
ArrayTimeInterval | timeInterval, | ||
int | feedId | ||
) |
Returns a FreqOffsetRow* given a key.
antennaId | |
spectralWindowId | |
timeInterval | |
feedId |
FreqOffsetRow* asdm::FreqOffsetTable::getRowByKey | ( | Tag | antennaId, |
Tag | spectralWindowId, | ||
ArrayTimeInterval | timeInterval, | ||
int | feedId | ||
) |
Returns a FreqOffsetRow* given a key.
antennaId | |
spectralWindowId | |
timeInterval | |
feedId |
BinaryAttributeReaderFunctor* asdm::FreqOffsetTable::getUnknownAttributeBinaryReader | ( | const std::string & | attributeName | ) | const |
BinaryAttributeReaderFunctor* asdm::FreqOffsetTable::getUnknownAttributeBinaryReader | ( | const std::string & | attributeName | ) | const |
std::string asdm::FreqOffsetTable::getVersion | ( | ) | const |
Return the version information about this table.
std::string asdm::FreqOffsetTable::getVersion | ( | ) | const |
Return the version information about this table.
static bool asdm::FreqOffsetTable::initAttributesNames | ( | ) | [static, private] |
A method to fill attributesNames and attributesNamesInBin;.
FreqOffsetRow* asdm::FreqOffsetTable::insertByStartTime | ( | FreqOffsetRow * | x, |
std::vector< FreqOffsetRow * > & | row | ||
) | [private] |
Insert a FreqOffsetRow* in a vector of FreqOffsetRow* so that it's ordered by ascending time.
FreqOffsetRow* | x . The pointer to be inserted. |
vector | <FreqOffsetRow*>& row . A reference to the vector where to insert x. |
FreqOffsetRow* asdm::FreqOffsetTable::insertByStartTime | ( | FreqOffsetRow * | x, |
std::vector< FreqOffsetRow * > & | row | ||
) | [private] |
Insert a FreqOffsetRow* in a vector of FreqOffsetRow* so that it's ordered by ascending time.
FreqOffsetRow* | x . The pointer to be inserted. |
vector | <FreqOffsetRow*>& row . A reference to the vector where to insert x. |
std::string asdm::FreqOffsetTable::Key | ( | Tag | antennaId, |
Tag | spectralWindowId, | ||
int | feedId | ||
) | [private] |
Returns a string built by concatenating the ascii representation of the parameters values suffixed with a "_" character.
std::string asdm::FreqOffsetTable::Key | ( | Tag | antennaId, |
Tag | spectralWindowId, | ||
int | feedId | ||
) | [private] |
Returns a string built by concatenating the ascii representation of the parameters values suffixed with a "_" character.
FreqOffsetRow* asdm::FreqOffsetTable::lookup | ( | Tag | antennaId, |
Tag | spectralWindowId, | ||
ArrayTimeInterval | timeInterval, | ||
int | feedId, | ||
Frequency | offset | ||
) |
Look up the table for a row whose all attributes are equal to the corresponding parameters of the method.
antennaId | |
spectralWindowId | |
timeInterval | |
feedId | |
offset |
FreqOffsetRow* asdm::FreqOffsetTable::lookup | ( | Tag | antennaId, |
Tag | spectralWindowId, | ||
ArrayTimeInterval | timeInterval, | ||
int | feedId, | ||
Frequency | offset | ||
) |
Look up the table for a row whose all attributes are equal to the corresponding parameters of the method.
antennaId | |
spectralWindowId | |
timeInterval | |
feedId | |
offset |
std::string asdm::FreqOffsetTable::MIMEXMLPart | ( | const asdm::ByteOrder * | byteOrder = asdm::ByteOrder::Machine_Endianity | ) | [private] |
Private methods involved during the export of this table into disk file(s).
std::string asdm::FreqOffsetTable::MIMEXMLPart | ( | const asdm::ByteOrder * | byteOrder = asdm::ByteOrder::Machine_Endianity | ) | [private] |
Private methods involved during the export of this table into disk file(s).
static std::string asdm::FreqOffsetTable::name | ( | ) | [static] |
Return the name of this table.
This is a static method of the class.
static std::string asdm::FreqOffsetTable::name | ( | ) | [static] |
Return the name of this table.
This is a static method of the class.
FreqOffsetRow* asdm::FreqOffsetTable::newRow | ( | Tag | antennaId, |
Tag | spectralWindowId, | ||
ArrayTimeInterval | timeInterval, | ||
int | feedId, | ||
Frequency | offset | ||
) |
Create a new row initialized to the specified values.
antennaId | |
spectralWindowId | |
timeInterval | |
feedId | |
offset |
FreqOffsetRow* asdm::FreqOffsetTable::newRow | ( | Tag | antennaId, |
Tag | spectralWindowId, | ||
ArrayTimeInterval | timeInterval, | ||
int | feedId, | ||
Frequency | offset | ||
) |
Create a new row initialized to the specified values.
antennaId | |
spectralWindowId | |
timeInterval | |
feedId | |
offset |
Create a new row using a copy constructor mechanism.
The method creates a new FreqOffsetRow owned by this. Each attribute of the created row is a (deep) copy of the corresponding attribute of row. The method does not add the created row to this, its simply parents it to this, a call to the add method has to be done in order to get the row added (very likely after having modified some of its attributes). If row is null then the method returns a new FreqOffsetRow with default values for its attributes.
row | the row which is to be copied. |
Create a new row using a copy constructor mechanism.
The method creates a new FreqOffsetRow owned by this. Each attribute of the created row is a (deep) copy of the corresponding attribute of row. The method does not add the created row to this, its simply parents it to this, a call to the add method has to be done in order to get the row added (very likely after having modified some of its attributes). If row is null then the method returns a new FreqOffsetRow with default values for its attributes.
row | the row which is to be copied. |
void asdm::FreqOffsetTable::setEntity | ( | Entity | e | ) | [virtual] |
void asdm::FreqOffsetTable::setEntity | ( | Entity | e | ) | [virtual] |
void asdm::FreqOffsetTable::setFromFile | ( | const std::string & | directory | ) | [private] |
Reads and parses a file containing a representation of a FreqOffsetTable as those produced by the toFile method.
This table is populated with the result of the parsing.
directory | The name of the directory containing the file te be read and parsed. |
ConversionException | If any error occurs while reading the files in the directory or parsing them. |
Referenced by checkPresenceInMemory().
void asdm::FreqOffsetTable::setFromFile | ( | const std::string & | directory | ) | [private] |
Reads and parses a file containing a representation of a FreqOffsetTable as those produced by the toFile method.
This table is populated with the result of the parsing.
directory | The name of the directory containing the file te be read and parsed. |
ConversionException | If any error occurs while reading the files in the directory or parsing them. |
void asdm::FreqOffsetTable::setFromMIME | ( | const std::string & | mimeMsg | ) | [private] |
Extracts the binary part of a MIME message and deserialize its content to fill this with the result of the deserialization.
mimeMsg | the string containing the MIME message. |
ConversionException |
void asdm::FreqOffsetTable::setFromMIME | ( | const std::string & | mimeMsg | ) | [private] |
Extracts the binary part of a MIME message and deserialize its content to fill this with the result of the deserialization.
mimeMsg | the string containing the MIME message. |
ConversionException |
void asdm::FreqOffsetTable::setFromMIMEFile | ( | const std::string & | directory | ) | [private] |
Private methods involved during the build of this table out of the content of file(s) containing an external representation of a FreqOffset table.
void asdm::FreqOffsetTable::setFromMIMEFile | ( | const std::string & | directory | ) | [private] |
Private methods involved during the build of this table out of the content of file(s) containing an external representation of a FreqOffset table.
void asdm::FreqOffsetTable::setFromXMLFile | ( | const std::string & | directory | ) | [private] |
void asdm::FreqOffsetTable::setFromXMLFile | ( | const std::string & | directory | ) | [private] |
void asdm::FreqOffsetTable::setUnknownAttributeBinaryReader | ( | const std::string & | attributeName, |
BinaryAttributeReaderFunctor * | barFctr | ||
) |
void asdm::FreqOffsetTable::setUnknownAttributeBinaryReader | ( | const std::string & | attributeName, |
BinaryAttributeReaderFunctor * | barFctr | ||
) |
unsigned int asdm::FreqOffsetTable::size | ( | ) | const [virtual] |
Return the number of rows in the table.
Implements asdm::Representable.
unsigned int asdm::FreqOffsetTable::size | ( | ) | const [virtual] |
Return the number of rows in the table.
Implements asdm::Representable.
void asdm::FreqOffsetTable::toFile | ( | std::string | directory | ) | [private] |
Stores a representation (binary or XML) of this table into a file.
Depending on the boolean value of its private field fileAsBin a binary serialization of this (fileAsBin==true) will be saved in a file "FreqOffset.bin" or an XML representation (fileAsBin==false) will be saved in a file "FreqOffset.xml". The file is always written in a directory whose name is passed as a parameter.
directory | The name of directory where the file containing the table's representation will be saved. |
void asdm::FreqOffsetTable::toFile | ( | std::string | directory | ) | [private] |
Stores a representation (binary or XML) of this table into a file.
Depending on the boolean value of its private field fileAsBin a binary serialization of this (fileAsBin==true) will be saved in a file "FreqOffset.bin" or an XML representation (fileAsBin==false) will be saved in a file "FreqOffset.xml". The file is always written in a directory whose name is passed as a parameter.
directory | The name of directory where the file containing the table's representation will be saved. |
asdmIDL::FreqOffsetTableIDL* asdm::FreqOffsetTable::toIDL | ( | ) |
Conversion Methods.
Convert this table into a FreqOffsetTableIDL CORBA structure.
asdmIDL::FreqOffsetTableIDL* asdm::FreqOffsetTable::toIDL | ( | ) |
Conversion Methods.
Convert this table into a FreqOffsetTableIDL CORBA structure.
void asdm::FreqOffsetTable::toIDL | ( | asdmIDL::FreqOffsetTableIDL & | x | ) | const |
Fills the CORBA data structure passed in parameter with the content of this table.
x | a reference to the asdmIDL::FreqOffsetTableIDL to be populated with the content of this. |
std::string asdm::FreqOffsetTable::toMIME | ( | const asdm::ByteOrder * | byteOrder = asdm::ByteOrder::Machine_Endianity | ) | [private] |
Serialize this into a stream of bytes and encapsulates that stream into a MIME message.
byteOrder | a const pointer to a static instance of the class ByteOrder. |
std::string asdm::FreqOffsetTable::toMIME | ( | const asdm::ByteOrder * | byteOrder = asdm::ByteOrder::Machine_Endianity | ) | [private] |
Serialize this into a stream of bytes and encapsulates that stream into a MIME message.
byteOrder | a const pointer to a static instance of the class ByteOrder. |
std::string asdm::FreqOffsetTable::toXML | ( | ) | [virtual] |
Produces an XML representation conform to the schema defined for FreqOffset (FreqOffsetTable.xsd).
ConversionException |
Implements asdm::Representable.
std::string asdm::FreqOffsetTable::toXML | ( | ) | [virtual] |
Produces an XML representation conform to the schema defined for FreqOffset (FreqOffsetTable.xsd).
ConversionException |
Implements asdm::Representable.
ASDM [friend] |
Reimplemented from asdm::Representable.
Definition at line 154 of file FreqOffsetTable.h.
bool asdm::FreqOffsetTable::archiveAsBin [private] |
Definition at line 436 of file FreqOffsetTable.h.
std::vector<std::string> asdm::FreqOffsetTable::attributesNames [static, private] |
The attributes names.
Definition at line 441 of file FreqOffsetTable.h.
std::vector<std::string> asdm::FreqOffsetTable::attributesNamesInBin [static, private] |
The attributes names in the order in which they appear in the binary representation of the table.
Definition at line 446 of file FreqOffsetTable.h.
ASDM & asdm::FreqOffsetTable::container [private] |
Definition at line 434 of file FreqOffsetTable.h.
std::map< std::string, TIME_ROWS > asdm::FreqOffsetTable::context [private] |
Definition at line 497 of file FreqOffsetTable.h.
Entity asdm::FreqOffsetTable::entity [private] |
Definition at line 441 of file FreqOffsetTable.h.
bool asdm::FreqOffsetTable::fileAsBin [private] |
Definition at line 437 of file FreqOffsetTable.h.
bool asdm::FreqOffsetTable::initAttributesNamesDone [private] |
Definition at line 452 of file FreqOffsetTable.h.
std::string asdm::FreqOffsetTable::itsName [static, private] |
The name of this table.
Definition at line 436 of file FreqOffsetTable.h.
std::vector<std::string> asdm::FreqOffsetTable::key [static, private] |
The list of field names that make up key key.
Definition at line 458 of file FreqOffsetTable.h.
bool asdm::FreqOffsetTable::loadInProgress [private] |
Load the table in memory if necessary.
Reimplemented from asdm::Representable.
Definition at line 577 of file FreqOffsetTable.h.
Referenced by checkPresenceInMemory().
std::vector< FreqOffsetRow * > asdm::FreqOffsetTable::privateRows [private] |
A data structure to store the pointers on the table's rows.
In all cases we maintain a private vector of FreqOffsetRow s.
Definition at line 487 of file FreqOffsetTable.h.
std::map< std::string, BinaryAttributeReaderFunctor * > asdm::FreqOffsetTable::unknownAttributes2Functors [private] |
Definition at line 528 of file FreqOffsetTable.h.
std::string asdm::FreqOffsetTable::version [private] |
Definition at line 439 of file FreqOffsetTable.h.